Move ExtUtils::Constant from ext/ to cpan/
Nicholas Clark [Fri, 2 Oct 2009 16:42:02 +0000 (17:42 +0100)]
MANIFEST
Porting/Maintainers.pl
cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm [moved from ext/ExtUtils-Constant/lib/ExtUtils/Constant.pm with 100% similarity]
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm [moved from ext/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm with 100% similarity]
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm [moved from ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm with 100% similarity]
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm [moved from ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm with 100% similarity]
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm [moved from ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm with 100% similarity]
cpan/ExtUtils-Constant/t/Constant.t [moved from ext/ExtUtils-Constant/t/Constant.t with 100% similarity]

index ac198e4..7803b70 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -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
index 8938a87..1697f76 100755 (executable)
@@ -575,7 +575,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'nwclark',
        'DISTRIBUTION'  => 'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
-       'FILES'         => q[ext/ExtUtils-Constant],
+       'FILES'         => q[cpan/ExtUtils-Constant],
        'EXCLUDED'      => [ qw{ lib/ExtUtils/Constant/Aaargh56Hash.pm
                                 examples/perl_keyword.pl
                                 examples/perl_regcomp_posix_keyword.pl