summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 10:50:03 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 10:50:33 +0100
commit3e845af8e4986053d5f9f4e271a55d6feb803790 (patch)
treeb3b0a79458b73b36d2c7c8fb95ede7baf48dee1e
parent9e5d63877cb167cb1aa97226c44fd322d78567c2 (diff)
downloadperl-3e845af8e4986053d5f9f4e271a55d6feb803790.tar.gz
Move ExtUtils::ParseXS from ext/ to cpan/
-rw-r--r--MANIFEST18
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/ExtUtils-ParseXS/Changes (renamed from ext/ExtUtils-ParseXS/Changes)0
-rw-r--r--cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm (renamed from ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm)0
-rwxr-xr-xcpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp (renamed from ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/XSTest.pm (renamed from ext/ExtUtils-ParseXS/t/XSTest.pm)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/XSTest.xs (renamed from ext/ExtUtils-ParseXS/t/XSTest.xs)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/XSUsage.pm (renamed from ext/ExtUtils-ParseXS/t/XSUsage.pm)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/XSUsage.xs (renamed from ext/ExtUtils-ParseXS/t/XSUsage.xs)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/basic.t (renamed from ext/ExtUtils-ParseXS/t/basic.t)0
-rw-r--r--cpan/ExtUtils-ParseXS/t/usage.t (renamed from ext/ExtUtils-ParseXS/t/usage.t)0
-rw-r--r--utils/xsubpp.PL2
12 files changed, 11 insertions, 11 deletions
diff --git a/MANIFEST b/MANIFEST
index a0ce10c66e..ec75c23fc9 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 5ff3c4cd50..2afd1c51d1 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
index b2568d0243..b2568d0243 100644
--- a/ext/ExtUtils-ParseXS/Changes
+++ b/cpan/ExtUtils-ParseXS/Changes
diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm b/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
index 93bca09819..93bca09819 100644
--- a/ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
+++ b/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp b/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
index e4e5b774d8..e4e5b774d8 100755
--- a/ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
+++ b/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
diff --git a/ext/ExtUtils-ParseXS/t/XSTest.pm b/cpan/ExtUtils-ParseXS/t/XSTest.pm
index 988ef472e8..988ef472e8 100644
--- a/ext/ExtUtils-ParseXS/t/XSTest.pm
+++ b/cpan/ExtUtils-ParseXS/t/XSTest.pm
diff --git a/ext/ExtUtils-ParseXS/t/XSTest.xs b/cpan/ExtUtils-ParseXS/t/XSTest.xs
index 699c7341aa..699c7341aa 100644
--- a/ext/ExtUtils-ParseXS/t/XSTest.xs
+++ b/cpan/ExtUtils-ParseXS/t/XSTest.xs
diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.pm b/cpan/ExtUtils-ParseXS/t/XSUsage.pm
index a3754285b9..a3754285b9 100644
--- a/ext/ExtUtils-ParseXS/t/XSUsage.pm
+++ b/cpan/ExtUtils-ParseXS/t/XSUsage.pm
diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.xs b/cpan/ExtUtils-ParseXS/t/XSUsage.xs
index ec663f8653..ec663f8653 100644
--- a/ext/ExtUtils-ParseXS/t/XSUsage.xs
+++ b/cpan/ExtUtils-ParseXS/t/XSUsage.xs
diff --git a/ext/ExtUtils-ParseXS/t/basic.t b/cpan/ExtUtils-ParseXS/t/basic.t
index 39e1ca912c..39e1ca912c 100644
--- a/ext/ExtUtils-ParseXS/t/basic.t
+++ b/cpan/ExtUtils-ParseXS/t/basic.t
diff --git a/ext/ExtUtils-ParseXS/t/usage.t b/cpan/ExtUtils-ParseXS/t/usage.t
index 3d6ed791b4..3d6ed791b4 100644
--- a/ext/ExtUtils-ParseXS/t/usage.t
+++ b/cpan/ExtUtils-ParseXS/t/usage.t
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL
index 785ca821c3..9d75279b1e 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');