This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename the Getopt::Long tests to be as they are
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Aug 2001 19:40:31 +0000 (19:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 5 Aug 2001 19:40:31 +0000 (19:40 +0000)
in the Getopt::Long official distribution.

p4raw-id: //depot/perl@11588

MANIFEST
lib/Getopt/Long/t/gol-basic.t [moved from lib/Getopt/Long/t/basic.t with 100% similarity, mode: 0644]
lib/Getopt/Long/t/gol-compat.t [moved from lib/Getopt/Long/t/compat.t with 100% similarity, mode: 0644]
lib/Getopt/Long/t/gol-linkage.t [moved from lib/Getopt/Long/t/linkage.t with 100% similarity, mode: 0644]
lib/Getopt/Long/t/gol-oo.t [moved from lib/Getopt/Long/t/oo.t with 100% similarity]

index 7174859..c51a8df 100644 (file)
--- 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
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/Getopt/Long/t/basic.t
rename to lib/Getopt/Long/t/gol-basic.t
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/Getopt/Long/t/compat.t
rename to lib/Getopt/Long/t/gol-compat.t
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/Getopt/Long/t/linkage.t
rename to lib/Getopt/Long/t/gol-linkage.t