upgrade_db.pl is almost ready for release
rkinyon [Sun, 18 Feb 2007 13:23:39 +0000 (13:23 +0000)]
MANIFEST
t/44_upgrade_db.t

index 3445f98..941fbf7 100644 (file)
--- 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
index db39f37..06bbbdd 100644 (file)
@@ -119,9 +119,7 @@ foreach my $input_filename (
 
         cmp_deeply(
             $db->export,
-            {
-                foo => [ 1 .. 3 ],
-            },
+            { foo => [ 1 .. 3 ] },
             "We can read the output file",
         );
     }