From: Nicholas Clark Date: Thu, 24 Sep 2009 09:51:41 +0000 (+0100) Subject: Move DB_File from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1299eb144ab48940fecb7865750908c77577bfd5;p=p5sagit%2Fp5-mst-13.2.git Move DB_File from ext/ to cpan/ (Also XS, skipped on Win32 and VMS) --- diff --git a/MANIFEST b/MANIFEST index 1192f02..ac08892 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 a74b91f..0511309 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 similarity index 100% rename from ext/DB_File/.gitignore rename to cpan/DB_File/.gitignore diff --git a/ext/DB_File/Changes b/cpan/DB_File/Changes similarity index 100% rename from ext/DB_File/Changes rename to cpan/DB_File/Changes diff --git a/ext/DB_File/DB_File.pm b/cpan/DB_File/DB_File.pm similarity index 100% rename from ext/DB_File/DB_File.pm rename to cpan/DB_File/DB_File.pm diff --git a/ext/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs similarity index 100% rename from ext/DB_File/DB_File.xs rename to cpan/DB_File/DB_File.xs diff --git a/ext/DB_File/DB_File_BS b/cpan/DB_File/DB_File_BS similarity index 100% rename from ext/DB_File/DB_File_BS rename to cpan/DB_File/DB_File_BS diff --git a/ext/DB_File/Makefile.PL b/cpan/DB_File/Makefile.PL similarity index 100% rename from ext/DB_File/Makefile.PL rename to cpan/DB_File/Makefile.PL diff --git a/ext/DB_File/config.in b/cpan/DB_File/config.in similarity index 100% rename from ext/DB_File/config.in rename to cpan/DB_File/config.in diff --git a/ext/DB_File/dbinfo b/cpan/DB_File/dbinfo similarity index 100% rename from ext/DB_File/dbinfo rename to cpan/DB_File/dbinfo diff --git a/ext/DB_File/hints/dynixptx.pl b/cpan/DB_File/hints/dynixptx.pl similarity index 100% rename from ext/DB_File/hints/dynixptx.pl rename to cpan/DB_File/hints/dynixptx.pl diff --git a/ext/DB_File/hints/sco.pl b/cpan/DB_File/hints/sco.pl similarity index 100% rename from ext/DB_File/hints/sco.pl rename to cpan/DB_File/hints/sco.pl diff --git a/ext/DB_File/t/db-btree.t b/cpan/DB_File/t/db-btree.t similarity index 100% rename from ext/DB_File/t/db-btree.t rename to 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 similarity index 100% rename from ext/DB_File/t/db-hash.t rename to 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 similarity index 100% rename from ext/DB_File/t/db-recno.t rename to cpan/DB_File/t/db-recno.t diff --git a/ext/DB_File/typemap b/cpan/DB_File/typemap similarity index 100% rename from ext/DB_File/typemap rename to cpan/DB_File/typemap diff --git a/ext/DB_File/version.c b/cpan/DB_File/version.c similarity index 100% rename from ext/DB_File/version.c rename to cpan/DB_File/version.c