From: rkinyon Date: Sun, 18 Feb 2007 13:23:39 +0000 (+0000) Subject: upgrade_db.pl is almost ready for release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73a39a5b3012c911acd8bfebcc1896077e8e09a7;p=dbsrgits%2FDBM-Deep.git upgrade_db.pl is almost ready for release --- diff --git a/MANIFEST b/MANIFEST index 3445f98..941fbf7 100644 --- a/MANIFEST +++ b/MANIFEST @@ -8,6 +8,8 @@ lib/DBM/Deep/Engine.pm lib/DBM/Deep/File.pm lib/DBM/Deep/Hash.pm lib/DBM/Deep/Internals.pod +utils/upgrade_db.pl +utils/lib/DBM/Deep/09830.pm Makefile.PL MANIFEST META.yml @@ -54,4 +56,8 @@ t/40_freespace.t t/41_transaction_multilevel.t t/42_transaction_indexsector.t t/43_transaction_maximum.t +t/44_upgrade_db.t t/common.pm +t/etc/db-0-983 +t/etc/db-0-99_04 +t/etc/db-1-0000 diff --git a/t/44_upgrade_db.t b/t/44_upgrade_db.t index db39f37..06bbbdd 100644 --- a/t/44_upgrade_db.t +++ b/t/44_upgrade_db.t @@ -119,9 +119,7 @@ foreach my $input_filename ( cmp_deeply( $db->export, - { - foo => [ 1 .. 3 ], - }, + { foo => [ 1 .. 3 ] }, "We can read the output file", ); }