Move ExtUtils::ParseXS from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 09:50:03 +0000 (10:50 +0100)]
12 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/ExtUtils-ParseXS/Changes [moved from ext/ExtUtils-ParseXS/Changes with 100% similarity]
cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm [moved from ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm with 100% similarity]
cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp [moved from ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp with 100% similarity]
cpan/ExtUtils-ParseXS/t/XSTest.pm [moved from ext/ExtUtils-ParseXS/t/XSTest.pm with 100% similarity]
cpan/ExtUtils-ParseXS/t/XSTest.xs [moved from ext/ExtUtils-ParseXS/t/XSTest.xs with 100% similarity]
cpan/ExtUtils-ParseXS/t/XSUsage.pm [moved from ext/ExtUtils-ParseXS/t/XSUsage.pm with 100% similarity]
cpan/ExtUtils-ParseXS/t/XSUsage.xs [moved from ext/ExtUtils-ParseXS/t/XSUsage.xs with 100% similarity]
cpan/ExtUtils-ParseXS/t/basic.t [moved from ext/ExtUtils-ParseXS/t/basic.t with 100% similarity]
cpan/ExtUtils-ParseXS/t/usage.t [moved from ext/ExtUtils-ParseXS/t/usage.t with 100% similarity]
utils/xsubpp.PL

index a0ce10c..ec75c23 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -504,6 +504,15 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                    Compile and link C code for Pe
 cpan/ExtUtils-CBuilder/t/00-have-compiler.t                    ExtUtils::CBuilder tests
 cpan/ExtUtils-CBuilder/t/01-basic.t                            tests for ExtUtils::CBuilder
 cpan/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
+cpan/ExtUtils-ParseXS/Changes                  ExtUtils::ParseXS change log
+cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
+cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
+cpan/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
+cpan/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
 cpan/IPC-SysV/Changes                  IPC::SysV changes
 cpan/IPC-SysV/hints/cygwin.pl          Hint for IPC::SysV for named architecture
 cpan/IPC-SysV/hints/next_3.pl          Hint for IPC::SysV for named architecture
@@ -1274,15 +1283,6 @@ ext/ExtUtils-MakeMaker/t/xs.t                            Part of MakeMaker's test suite
 ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm         Utilities to write MANIFEST files
 ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP       The default MANIFEST.SKIP
 ext/ExtUtils-Manifest/t/Manifest.t                     See if ExtUtils::Manifest works
-ext/ExtUtils-ParseXS/Changes                   ExtUtils::ParseXS change log
-ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm   converts Perl XS code into C code
-ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp       External subroutine preprocessor
-ext/ExtUtils-ParseXS/t/basic.t                 See if ExtUtils::ParseXS works
-ext/ExtUtils-ParseXS/t/usage.t                 ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSTest.pm               Test file for ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSTest.xs               Test file for ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSUsage.pm              ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSUsage.xs              ExtUtils::ParseXS tests
 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 5ff3c4c..2afd1c5 100755 (executable)
@@ -630,7 +630,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'kwilliams',
        'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-ParseXS-2.2002.tar.gz',
-       'FILES'         => q[ext/ExtUtils-ParseXS],
+       'FILES'         => q[cpan/ExtUtils-ParseXS],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },
index 785ca82..9d75279 100644 (file)
@@ -34,7 +34,7 @@ $Config{startperl}
 use File::Spec;
 
 my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
-                                                   qw(ext ExtUtils-ParseXS
+                                                   qw(cpan ExtUtils-ParseXS
                                                       lib ExtUtils)),
                                 'xsubpp');