You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LEVAI Daniel e5a13bb906 perl/perl-Test-Simple: Updated for version 1.302062. 9 years ago
..
README perl/perl-Test-Simple: Added (framework for writing test scripts). 11 years ago
perl-Test-Simple.SlackBuild perl/perl-Test-Simple: Updated for version 1.302062. 9 years ago
perl-Test-Simple.info perl/perl-Test-Simple: Updated for version 1.302062. 9 years ago
slack-desc perl/perl-Test-Simple: Added (framework for writing test scripts). 11 years ago

README

This is an extremely simple, extremely basic module for writing tests suitable
for CPAN modules and other pursuits. If you wish to do more complicated
testing, use the Test::More module (a drop-in replacement for this one).

The basic unit of Perl testing is the ok. For each thing you want to test your
program will print out an "ok" or "not ok" to indicate pass or fail.