Perl Makes Testing Easy Perl Testing #24

An Improvement

use Test::More 'no_plan';
is( hello_world(), "Hello, world!",
 'hello_world() output should be sane' );
Copyright © 2006 Ian Langworth