diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:42:02 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:42:02 +0100 |
commit | 610892605b3814cdf4f5f2215ee00d25d7ffba45 (patch) | |
tree | 2cbfaa5f9c8b8888ebbcfc99da006223fe77f89c /MANIFEST | |
parent | 0e455d2b24396ba08377dc3cf2d01e6db5f47048 (diff) | |
download | perl-610892605b3814cdf4f5f2215ee00d25d7ffba45.tar.gz |
Move ExtUtils::Constant from ext/ to cpan/
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -920,6 +920,12 @@ cpan/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX pla cpan/ExtUtils-Command/t/cp.t See if ExtUtils::Command works cpan/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works cpan/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions cpan/ExtUtils-MakeMaker/Changes MakeMaker change log cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line @@ -2884,12 +2890,6 @@ ext/Errno/ChangeLog Errno changes 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-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants -ext/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works ext/Fcntl/Fcntl.pm Fcntl extension Perl module ext/Fcntl/Fcntl.xs Fcntl extension external subroutines ext/Fcntl/Makefile.PL Fcntl extension makefile writer |