summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/README')
-rw-r--r--cpan/Test-Simple/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/cpan/Test-Simple/README b/cpan/Test-Simple/README
deleted file mode 100644
index 5f825bd41d..0000000000
--- a/cpan/Test-Simple/README
+++ /dev/null
@@ -1,22 +0,0 @@
-This is the README file for Test::Simple, basic utilities for
-writing tests, by Michael G Schwern <schwern@pobox.com>.
-
-After installation, please consult the tutorial for how to
-start adding tests to your modules. 'perldoc Test::Tutorial'
-should work on most systems.
-
-* Installation
-
-Test::Simple uses the standard perl module install process:
-
-perl Makefile.PL
-make
-make test
-make install
-
-It requires Perl version 5.6.0 or newer and Test::Harness 2.03 or newer.
-
-
-* More Info
-
-More information can be found at http://test-more.googlecode.com/