From: Jarkko Hietaniemi Date: Sun, 5 Aug 2001 19:40:31 +0000 (+0000) Subject: Rename the Getopt::Long tests to be as they are X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fccabc05f273b51e37e2b07d0cf1b9ed17d0ea51;p=p5sagit%2Fp5-mst-13.2.git Rename the Getopt::Long tests to be as they are in the Getopt::Long official distribution. p4raw-id: //depot/perl@11588 --- diff --git a/MANIFEST b/MANIFEST index 7174859..c51a8df 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 diff --git a/lib/Getopt/Long/t/basic.t b/lib/Getopt/Long/t/gol-basic.t old mode 100755 new mode 100644 similarity index 100% rename from lib/Getopt/Long/t/basic.t rename to lib/Getopt/Long/t/gol-basic.t diff --git a/lib/Getopt/Long/t/compat.t b/lib/Getopt/Long/t/gol-compat.t old mode 100755 new mode 100644 similarity index 100% rename from lib/Getopt/Long/t/compat.t rename to lib/Getopt/Long/t/gol-compat.t diff --git a/lib/Getopt/Long/t/linkage.t b/lib/Getopt/Long/t/gol-linkage.t old mode 100755 new mode 100644 similarity index 100% rename from lib/Getopt/Long/t/linkage.t rename to lib/Getopt/Long/t/gol-linkage.t diff --git a/lib/Getopt/Long/t/oo.t b/lib/Getopt/Long/t/gol-oo.t similarity index 100% rename from lib/Getopt/Long/t/oo.t rename to lib/Getopt/Long/t/gol-oo.t