| http://www.w3.org/ns/prov#value | - Test::Script is a module for testing the scripts bundled with CPAN distributions.For the moment it provides just one test function, script_compiles_ok, which is the equivalent of Test::More's use_ok test function for modules.You use it like this...script_compiles_ok( 'bin/myprogram' );The script name is converted to the local format via File::Spec, then launched in a perl -c bin/myprogram fashion
|