ext/Errno/Errno_pm.PL Errno perl module create script
ext/Errno/Makefile.PL Errno extension makefile writer
ext/Errno/t/Errno.t See if Errno works
+ext/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
+ext/ExtUtils-Command/t/cp.t See if ExtUtils::Command works
+ext/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works
+ext/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints
ext/Fcntl/Fcntl.pm Fcntl extension Perl module
ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
ext/Fcntl/Makefile.PL Fcntl extension makefile writer
lib/ExtUtils/Changes MakeMaker change log
lib/ExtUtils/Changes_EU-Install ExtUtils-Install change log
lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
-lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
lib/ExtUtils/Constant.pm generate XS code to import C header constants
lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
lib/ExtUtils/t/cd.t Test to see cd works
lib/ExtUtils/t/config.t Test ExtUtils::MakeMaker::Config
lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works
-lib/ExtUtils/t/cp.t See if ExtUtils::Command works
lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported
lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
-lib/ExtUtils/t/eu_command.t See if ExtUtils::Command works
lib/ExtUtils/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
lib/ExtUtils/t/fixin.t See if ExtUtils::MakeMaker works
lib/ExtUtils/t/fix_libs.t Test for ExtUtils::MakeMaker
{
'MAINTAINER' => 'rkobes',
'DISTRIBUTION' => 'RKOBES/ExtUtils-Command-1.16.tar.gz',
- 'FILES' => q[lib/ExtUtils/Command.pm
- lib/ExtUtils/t/{cp,eu_command}.t
- ],
+ 'FILES' => q[ext/ExtUtils-Command],
'EXCLUDED' => [ qw{ t/shell_command.t
t/shell_exit.t
- t/lib/TieOut.pm
lib/Shell/Command.pm
},
],
- 'MAP' => { 't/' => 'lib/ExtUtils/t/',
- 'lib/' => 'lib/',
- },
'CPAN' => 1,
'UPSTREAM' => undef,
},