Help for this page
use Test::More qw(no_plan); $\="\n"; ... diag("hi frend"); use_ok("fake_module"); print "bye";
hello world ok 1 - hello world ... # BEGIN failed--compilation aborted at (eval 4) line 2. 1..3 # Looks like you failed 2 tests of 3.