This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move DB_File from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:51:41 +0000 (10:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:51:41 +0000 (10:51 +0100)
commit1299eb144ab48940fecb7865750908c77577bfd5
tree5f2001a478a794a875f52112b514d66b360329a4
parent5aacae8537a14b9d6238ea441c002451d7abea35
Move DB_File from ext/ to cpan/

(Also XS, skipped on Win32 and VMS)
17 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/DB_File/.gitignore [moved from ext/DB_File/.gitignore with 100% similarity]
cpan/DB_File/Changes [moved from ext/DB_File/Changes with 100% similarity]
cpan/DB_File/DB_File.pm [moved from ext/DB_File/DB_File.pm with 100% similarity]
cpan/DB_File/DB_File.xs [moved from ext/DB_File/DB_File.xs with 100% similarity]
cpan/DB_File/DB_File_BS [moved from ext/DB_File/DB_File_BS with 100% similarity]
cpan/DB_File/Makefile.PL [moved from ext/DB_File/Makefile.PL with 100% similarity]
cpan/DB_File/config.in [moved from ext/DB_File/config.in with 100% similarity]
cpan/DB_File/dbinfo [moved from ext/DB_File/dbinfo with 100% similarity]
cpan/DB_File/hints/dynixptx.pl [moved from ext/DB_File/hints/dynixptx.pl with 100% similarity]
cpan/DB_File/hints/sco.pl [moved from ext/DB_File/hints/sco.pl with 100% similarity]
cpan/DB_File/t/db-btree.t [moved from ext/DB_File/t/db-btree.t with 100% similarity]
cpan/DB_File/t/db-hash.t [moved from ext/DB_File/t/db-hash.t with 100% similarity]
cpan/DB_File/t/db-recno.t [moved from ext/DB_File/t/db-recno.t with 100% similarity]
cpan/DB_File/typemap [moved from ext/DB_File/typemap with 100% similarity]
cpan/DB_File/version.c [moved from ext/DB_File/version.c with 100% similarity]