From 4594861b50c3dc29dee2b677c4aebb2d3b99efc3 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Mon, 25 Aug 2014 06:54:49 +0700 Subject: perl/perl-Test-Simple: Added (framework for writing test scripts). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Test-Simple/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 perl/perl-Test-Simple/README (limited to 'perl/perl-Test-Simple/README') diff --git a/perl/perl-Test-Simple/README b/perl/perl-Test-Simple/README new file mode 100644 index 0000000000000..5e7706833f501 --- /dev/null +++ b/perl/perl-Test-Simple/README @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3