use Test::Simple =>10;
Executing your code gives a syntax error: syntax error at ... line ..., near "use Test::Simple =>"
A brief look into the Test::Simple manual shows you left out the keyword "tests", so try this:
use Test::Version;
use Test::Simple tests =>10;
$file=Simple.pm;
version_ok( $file );
Cheers, Sören
In reply to Re: Test::Simple problem
by Happy-the-monk
in thread Test::Simple problem
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |