This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Getopt::Long from lib to ext.
authorNicholas Clark <nick@ccl4.org>
Sun, 13 Sep 2009 15:12:13 +0000 (16:12 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 13 Sep 2009 15:12:13 +0000 (16:12 +0100)
commit359ab69c2e6e9e71dc5be4023a8ee521e8795dac
treece64f17fc2802bc800b8f9bddec6ee70c65476c5
parent330d6cf7eb80bd61f87f0ebebff9e705d72ae1a0
Move Getopt::Long from lib to ext.
12 files changed:
MANIFEST
Porting/Maintainers.pl
ext/Getopt-Long/CHANGES [moved from lib/Getopt/Long/CHANGES with 100% similarity]
ext/Getopt-Long/README [moved from lib/Getopt/Long/README with 100% similarity]
ext/Getopt-Long/lib/Getopt/Long.pm [moved from lib/Getopt/Long.pm with 100% similarity]
ext/Getopt-Long/t/gol-basic.t [moved from lib/Getopt/Long/t/gol-basic.t with 100% similarity]
ext/Getopt-Long/t/gol-compat.t [moved from lib/Getopt/Long/t/gol-compat.t with 100% similarity]
ext/Getopt-Long/t/gol-linkage.t [moved from lib/Getopt/Long/t/gol-linkage.t with 100% similarity]
ext/Getopt-Long/t/gol-oo.t [moved from lib/Getopt/Long/t/gol-oo.t with 100% similarity]
ext/Getopt-Long/t/gol-xargv.t [moved from lib/Getopt/Long/t/gol-xargv.t with 100% similarity]
ext/Getopt-Long/t/gol-xstring.t [moved from lib/Getopt/Long/t/gol-xstring.t with 100% similarity]
t/TEST