Help for this page
use Test::More tests => 3; BEGIN { ... diag( "Testing Acme::HelloWorld $Acme::HelloWorld::VERSION, Perl $], $ +^X" ); can_ok( 'Acme::HelloWorld', 'greet' ); is( greet(), 'Hello, world!', 'greet() greets the world' );
package Acme::HelloWorld; ... =cut 1; # End of Acme::HelloWorld
perl Makefile.PL make make test
perl Makefile.PL make ... cp Acme-HelloWorld-0.01/META.json ./META.json cp Acme-HelloWorld-0.10/META.yml ./META.yml rm -rf Acme-HelloWorld-0.01/