ext/GDBM_File/Makefile.PL GDBM extension makefile writer
ext/GDBM_File/t/gdbm.t See if GDBM_File works
ext/GDBM_File/typemap GDBM extension interface types
+ext/Getopt-Long/CHANGES Getopt::Long changes
+ext/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions)
+ext/Getopt-Long/README Getopt::Long README
+ext/Getopt-Long/t/gol-basic.t See if Getopt::Long works
+ext/Getopt-Long/t/gol-compat.t See if Getopt::Long works
+ext/Getopt-Long/t/gol-linkage.t See if Getopt::Long works
+ext/Getopt-Long/t/gol-oo.t See if Getopt::Long works
+ext/Getopt-Long/t/gol-xargv.t See if Getopt::Long works
+ext/Getopt-Long/t/gol-xstring.t See if Getopt::Long works
ext/Hash-Util/Changes Change history of Hash::Util
ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash
ext/Hash-Util-FieldHash/FieldHash.xs XS portion
lib/find.pl A find emulator--used by find2perl
lib/flush.pl Routines to do single flush
lib/getcwd.pl A getcwd() emulator
-lib/Getopt/Long/CHANGES Getopt::Long changes
-lib/Getopt/Long.pm Fetch command options (GetOptions)
-lib/Getopt/Long/README Getopt::Long README
-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/Long/t/gol-xargv.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-xstring.t See if Getopt::Long works
lib/getopt.pl Perl library supporting option parsing
lib/getopts.pl Perl library supporting option parsing
lib/Getopt/Std.pm Fetch command options (getopt, getopts)
{
'MAINTAINER' => 'jv',
'DISTRIBUTION' => 'JV/Getopt-Long-2.38.tar.gz',
- 'FILES' => q[lib/Getopt/Long.pm
- lib/Getopt/Long
+ 'FILES' => q[ext/Getopt-Long
lib/newgetopt.pl
],
'EXCLUDED' => [ qr{^examples/},
qw{perl-Getopt-Long.spec},
],
+ 'MAP' => { '' => 'ext/Getopt-Long/',
+ 'lib/newgetopt.pl' => 'lib/newgetopt.pl',
+ },
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
'../ext/Compress-Raw-Bzip2' => 1,
'../ext/Compress-Raw-Zlib' => 1,
'../ext/Devel-PPPort' => 1,
+ '../ext/Getopt-Long' => 1,
'../ext/IO-Compress' => 1,
'../ext/IPC-SysV' => 1,
'../ext/Math-BigInt' => 1,