diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-05 19:40:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-05 19:40:31 +0000 |
commit | fccabc05f273b51e37e2b07d0cf1b9ed17d0ea51 (patch) | |
tree | 940ed17cd8c6ccd2d20265e9dbe01f92cc83b1da | |
parent | 7d1b667fcedc08204a73c6220a32905ed1833ea6 (diff) | |
download | perl-fccabc05f273b51e37e2b07d0cf1b9ed17d0ea51.tar.gz |
Rename the Getopt::Long tests to be as they are
in the Getopt::Long official distribution.
p4raw-id: //depot/perl@11588
-rw-r--r-- | MANIFEST | 8 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/Getopt/Long/t/gol-basic.t (renamed from lib/Getopt/Long/t/basic.t) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/Getopt/Long/t/gol-compat.t (renamed from lib/Getopt/Long/t/compat.t) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | lib/Getopt/Long/t/gol-linkage.t (renamed from lib/Getopt/Long/t/linkage.t) | 0 | ||||
-rw-r--r-- | lib/Getopt/Long/t/gol-oo.t (renamed from lib/Getopt/Long/t/oo.t) | 0 |
5 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/lib/Getopt/Long/t/basic.t b/lib/Getopt/Long/t/gol-basic.t index c5d857d5b8..c5d857d5b8 100755..100644 --- a/lib/Getopt/Long/t/basic.t +++ b/lib/Getopt/Long/t/gol-basic.t diff --git a/lib/Getopt/Long/t/compat.t b/lib/Getopt/Long/t/gol-compat.t index 0bbe386846..0bbe386846 100755..100644 --- a/lib/Getopt/Long/t/compat.t +++ b/lib/Getopt/Long/t/gol-compat.t diff --git a/lib/Getopt/Long/t/linkage.t b/lib/Getopt/Long/t/gol-linkage.t index 3bd81a3552..3bd81a3552 100755..100644 --- a/lib/Getopt/Long/t/linkage.t +++ b/lib/Getopt/Long/t/gol-linkage.t diff --git a/lib/Getopt/Long/t/oo.t b/lib/Getopt/Long/t/gol-oo.t index 98f3eaadb9..98f3eaadb9 100644 --- a/lib/Getopt/Long/t/oo.t +++ b/lib/Getopt/Long/t/gol-oo.t |