ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
ext/Opcode/t/Opcode.t See if Opcode works
ext/Opcode/t/ops.t See if Opcode works
+ext/Params-Check/lib/Params/Check.pm Params::Check
+ext/Params-Check/t/01_Params-Check.t Params::Check tests
ext/Package-Constants/lib/Package/Constants.pm Package::Constants
ext/Package-Constants/t/01_list.t Package::Constants tests
ext/PerlIO-encoding/encoding.pm PerlIO::encoding
lib/overload/numbers.pm Helper for overloading pragma
lib/overload.pm Module for overloading perl operators
lib/overload.t See if operator overloading works
-lib/Params/Check.pm Params::Check
-lib/Params/Check/t/01_Params-Check.t Params::Check tests
lib/parent.pm Establish an ISA relationship with base classes at compile time
lib/parent/t/compile-time-file.t tests for parent.pm
lib/parent/t/compile-time.t tests for parent.pm
# For some reason a file of this name appears within
# the tarball. Russell's Paradox eat your heart out.
'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ],
- 'FILES' => q[lib/Params/Check lib/Params/Check.pm],
+ 'FILES' => q[ext/Params-Check],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
/Object-Accessor/Makefile.PL
/Opcode/Makefile.PL
/Package-Constants/Makefile.PL
+/Params-Check/Makefile.PL
/PerlIO-encoding/Makefile.PL
/PerlIO-scalar/Makefile.PL
/PerlIO-via/Makefile.PL