summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-24 10:51:41 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-24 10:51:41 +0100
commit1299eb144ab48940fecb7865750908c77577bfd5 (patch)
tree5f2001a478a794a875f52112b514d66b360329a4
parent5aacae8537a14b9d6238ea441c002451d7abea35 (diff)
downloadperl-1299eb144ab48940fecb7865750908c77577bfd5.tar.gz
Move DB_File from ext/ to cpan/
(Also XS, skipped on Win32 and VMS)
-rw-r--r--MANIFEST28
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/DB_File/.gitignore (renamed from ext/DB_File/.gitignore)0
-rw-r--r--cpan/DB_File/Changes (renamed from ext/DB_File/Changes)0
-rw-r--r--cpan/DB_File/DB_File.pm (renamed from ext/DB_File/DB_File.pm)0
-rw-r--r--cpan/DB_File/DB_File.xs (renamed from ext/DB_File/DB_File.xs)0
-rw-r--r--cpan/DB_File/DB_File_BS (renamed from ext/DB_File/DB_File_BS)0
-rw-r--r--cpan/DB_File/Makefile.PL (renamed from ext/DB_File/Makefile.PL)0
-rwxr-xr-xcpan/DB_File/config.in (renamed from ext/DB_File/config.in)0
-rw-r--r--cpan/DB_File/dbinfo (renamed from ext/DB_File/dbinfo)0
-rw-r--r--cpan/DB_File/hints/dynixptx.pl (renamed from ext/DB_File/hints/dynixptx.pl)0
-rw-r--r--cpan/DB_File/hints/sco.pl (renamed from ext/DB_File/hints/sco.pl)0
-rw-r--r--cpan/DB_File/t/db-btree.t (renamed from ext/DB_File/t/db-btree.t)0
-rw-r--r--cpan/DB_File/t/db-hash.t (renamed from ext/DB_File/t/db-hash.t)0
-rw-r--r--cpan/DB_File/t/db-recno.t (renamed from ext/DB_File/t/db-recno.t)0
-rw-r--r--cpan/DB_File/typemap (renamed from ext/DB_File/typemap)0
-rw-r--r--cpan/DB_File/version.c (renamed from ext/DB_File/version.c)0
17 files changed, 15 insertions, 15 deletions
diff --git a/MANIFEST b/MANIFEST
index 1192f0290d..ac0889250c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,20 @@ configure.com Configure-equivalent for VMS
configure.gnu Crude emulation of GNU configure
cop.h Control operator header
Copying The GNU General Public License
+cpan/DB_File/Changes Berkeley DB extension change log
+cpan/DB_File/config.in Part of Berkeley DB configuration
+cpan/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
+cpan/DB_File/DB_File.pm Berkeley DB extension Perl module
+cpan/DB_File/DB_File.xs Berkeley DB extension external subroutines
+cpan/DB_File/dbinfo Berkeley DB database version checker
+cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
+cpan/DB_File/hints/sco.pl Hint for DB_File for named architecture
+cpan/DB_File/Makefile.PL Berkeley DB extension makefile writer
+cpan/DB_File/t/db-btree.t See if DB_File works
+cpan/DB_File/t/db-hash.t See if DB_File works
+cpan/DB_File/t/db-recno.t See if DB_File works
+cpan/DB_File/typemap Berkeley DB extension interface types
+cpan/DB_File/version.c Berkeley DB extension interface version check
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
@@ -622,20 +636,6 @@ ext/Data-Dumper/t/freezer.t See if $Data::Dumper::Freezer works
ext/Data-Dumper/Todo Data pretty printer, futures
ext/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data
ext/Data-Dumper/t/pair.t See if Data::Dumper pair separator works
-ext/DB_File/Changes Berkeley DB extension change log
-ext/DB_File/config.in Part of Berkeley DB configuration
-ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
-ext/DB_File/DB_File.pm Berkeley DB extension Perl module
-ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
-ext/DB_File/dbinfo Berkeley DB database version checker
-ext/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
-ext/DB_File/hints/sco.pl Hint for DB_File for named architecture
-ext/DB_File/Makefile.PL Berkeley DB extension makefile writer
-ext/DB_File/t/db-btree.t See if DB_File works
-ext/DB_File/t/db-hash.t See if DB_File works
-ext/DB_File/t/db-recno.t See if DB_File works
-ext/DB_File/typemap Berkeley DB extension interface types
-ext/DB_File/version.c Berkeley DB extension interface version check
ext/Devel-DProf/Changes Perl code profiler changelog
ext/Devel-DProf/DProf.pm Perl code profiler
ext/Devel-DProf/dprof/test1_t Perl code profiler tests
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index a74b91f323..051130921d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -457,7 +457,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'pmqs',
'DISTRIBUTION' => 'PMQS/DB_File-1.820.tar.gz',
- 'FILES' => q[ext/DB_File],
+ 'FILES' => q[cpan/DB_File],
'EXCLUDED' => [ qr{^patches/},
qw{ t/pod.t
fallback.h
diff --git a/ext/DB_File/.gitignore b/cpan/DB_File/.gitignore
index f1c4edfa6e..f1c4edfa6e 100644
--- a/ext/DB_File/.gitignore
+++ b/cpan/DB_File/.gitignore
diff --git a/ext/DB_File/Changes b/cpan/DB_File/Changes
index 781a8b728f..781a8b728f 100644
--- a/ext/DB_File/Changes
+++ b/cpan/DB_File/Changes
diff --git a/ext/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm
index 86d0b19888..86d0b19888 100644
--- a/ext/DB_File/DB_File.pm
+++ b/cpan/DB_File/DB_File.pm
diff --git a/ext/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs
index afd0f63a15..afd0f63a15 100644
--- a/ext/DB_File/DB_File.xs
+++ b/cpan/DB_File/DB_File.xs
diff --git a/ext/DB_File/DB_File_BS b/cpan/DB_File/DB_File_BS
index 9282c49881..9282c49881 100644
--- a/ext/DB_File/DB_File_BS
+++ b/cpan/DB_File/DB_File_BS
diff --git a/ext/DB_File/Makefile.PL b/cpan/DB_File/Makefile.PL
index a586a0445c..a586a0445c 100644
--- a/ext/DB_File/Makefile.PL
+++ b/cpan/DB_File/Makefile.PL
diff --git a/ext/DB_File/config.in b/cpan/DB_File/config.in
index 292b09a5fb..292b09a5fb 100755
--- a/ext/DB_File/config.in
+++ b/cpan/DB_File/config.in
diff --git a/ext/DB_File/dbinfo b/cpan/DB_File/dbinfo
index b8cd65a9a2..b8cd65a9a2 100644
--- a/ext/DB_File/dbinfo
+++ b/cpan/DB_File/dbinfo
diff --git a/ext/DB_File/hints/dynixptx.pl b/cpan/DB_File/hints/dynixptx.pl
index bb5ffa56e6..bb5ffa56e6 100644
--- a/ext/DB_File/hints/dynixptx.pl
+++ b/cpan/DB_File/hints/dynixptx.pl
diff --git a/ext/DB_File/hints/sco.pl b/cpan/DB_File/hints/sco.pl
index ff60440949..ff60440949 100644
--- a/ext/DB_File/hints/sco.pl
+++ b/cpan/DB_File/hints/sco.pl
diff --git a/ext/DB_File/t/db-btree.t b/cpan/DB_File/t/db-btree.t
index 0df890436b..0df890436b 100644
--- a/ext/DB_File/t/db-btree.t
+++ b/cpan/DB_File/t/db-btree.t
diff --git a/ext/DB_File/t/db-hash.t b/cpan/DB_File/t/db-hash.t
index 4168362531..4168362531 100644
--- a/ext/DB_File/t/db-hash.t
+++ b/cpan/DB_File/t/db-hash.t
diff --git a/ext/DB_File/t/db-recno.t b/cpan/DB_File/t/db-recno.t
index 365abfd520..365abfd520 100644
--- a/ext/DB_File/t/db-recno.t
+++ b/cpan/DB_File/t/db-recno.t
diff --git a/ext/DB_File/typemap b/cpan/DB_File/typemap
index c46b6851d7..c46b6851d7 100644
--- a/ext/DB_File/typemap
+++ b/cpan/DB_File/typemap
diff --git a/ext/DB_File/version.c b/cpan/DB_File/version.c
index 47158d3368..47158d3368 100644
--- a/ext/DB_File/version.c
+++ b/cpan/DB_File/version.c