In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3e845af8e4986053d5f9f4e271a55d6feb803790?hp=9e5d63877cb167cb1aa97226c44fd322d78567c2>

- Log -----------------------------------------------------------------
commit 3e845af8e4986053d5f9f4e271a55d6feb803790
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 10:50:03 2009 +0100

    Move ExtUtils::ParseXS from ext/ to cpan/
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                                           |   18 +++++++++---------
 Porting/Maintainers.pl                             |    2 +-
 {ext => cpan}/ExtUtils-ParseXS/Changes             |    0
 .../ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm       |    0
 {ext => cpan}/ExtUtils-ParseXS/lib/ExtUtils/xsubpp |    0
 {ext => cpan}/ExtUtils-ParseXS/t/XSTest.pm         |    0
 {ext => cpan}/ExtUtils-ParseXS/t/XSTest.xs         |    0
 {ext => cpan}/ExtUtils-ParseXS/t/XSUsage.pm        |    0
 {ext => cpan}/ExtUtils-ParseXS/t/XSUsage.xs        |    0
 {ext => cpan}/ExtUtils-ParseXS/t/basic.t           |    0
 {ext => cpan}/ExtUtils-ParseXS/t/usage.t           |    0
 utils/xsubpp.PL                                    |    2 +-
 12 files changed, 11 insertions(+), 11 deletions(-)
 rename {ext => cpan}/ExtUtils-ParseXS/Changes (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/lib/ExtUtils/xsubpp (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/XSTest.pm (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/XSTest.xs (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/XSUsage.pm (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/XSUsage.xs (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/basic.t (100%)
 rename {ext => cpan}/ExtUtils-ParseXS/t/usage.t (100%)

diff --git a/MANIFEST b/MANIFEST
index a0ce10c..ec75c23 100644
--- 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
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 5ff3c4c..2afd1c5 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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',
        },
diff --git a/ext/ExtUtils-ParseXS/Changes b/cpan/ExtUtils-ParseXS/Changes
similarity index 100%
rename from ext/ExtUtils-ParseXS/Changes
rename to cpan/ExtUtils-ParseXS/Changes
diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm 
b/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
similarity index 100%
rename from ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
rename to cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp 
b/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
similarity index 100%
rename from ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
rename to cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
diff --git a/ext/ExtUtils-ParseXS/t/XSTest.pm 
b/cpan/ExtUtils-ParseXS/t/XSTest.pm
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/XSTest.pm
rename to cpan/ExtUtils-ParseXS/t/XSTest.pm
diff --git a/ext/ExtUtils-ParseXS/t/XSTest.xs 
b/cpan/ExtUtils-ParseXS/t/XSTest.xs
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/XSTest.xs
rename to cpan/ExtUtils-ParseXS/t/XSTest.xs
diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.pm 
b/cpan/ExtUtils-ParseXS/t/XSUsage.pm
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/XSUsage.pm
rename to cpan/ExtUtils-ParseXS/t/XSUsage.pm
diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.xs 
b/cpan/ExtUtils-ParseXS/t/XSUsage.xs
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/XSUsage.xs
rename to cpan/ExtUtils-ParseXS/t/XSUsage.xs
diff --git a/ext/ExtUtils-ParseXS/t/basic.t b/cpan/ExtUtils-ParseXS/t/basic.t
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/basic.t
rename to cpan/ExtUtils-ParseXS/t/basic.t
diff --git a/ext/ExtUtils-ParseXS/t/usage.t b/cpan/ExtUtils-ParseXS/t/usage.t
similarity index 100%
rename from ext/ExtUtils-ParseXS/t/usage.t
rename to cpan/ExtUtils-ParseXS/t/usage.t
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL
index 785ca82..9d75279 100644
--- a/utils/xsubpp.PL
+++ b/utils/xsubpp.PL
@@ -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');
 

--
Perl5 Master Repository

Reply via email to