summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-05 19:40:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-05 19:40:31 +0000
commitfccabc05f273b51e37e2b07d0cf1b9ed17d0ea51 (patch)
tree940ed17cd8c6ccd2d20265e9dbe01f92cc83b1da /MANIFEST
parent7d1b667fcedc08204a73c6220a32905ed1833ea6 (diff)
downloadperl-fccabc05f273b51e37e2b07d0cf1b9ed17d0ea51.tar.gz
Rename the Getopt::Long tests to be as they are
in the Getopt::Long official distribution. p4raw-id: //depot/perl@11588
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 7174859ab3..c51a8df4c6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -925,10 +925,10 @@ lib/getopt.pl Perl library supporting option parsing
lib/Getopt/Long.pm Fetch command options (GetOptions)
lib/Getopt/Long/CHANGES Getopt::Long changes
lib/Getopt/Long/README Getopt::Long README
-lib/Getopt/Long/t/basic.t See if Getopt::Long works
-lib/Getopt/Long/t/compat.t See if Getopt::Long works
-lib/Getopt/Long/t/linkage.t See if Getopt::Long works
-lib/Getopt/Long/t/oo.t See if Getopt::Long works
+lib/Getopt/Long/t/gol-basic.t See if Getopt::Long works
+lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works
+lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works
+lib/Getopt/Long/t/gol-oo.t See if Getopt::Long works
lib/Getopt/Std.pm Fetch command options (getopt, getopts)
lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work
lib/getopts.pl Perl library supporting option parsing