Renamings
rkinyon [Thu, 16 Feb 2006 19:04:49 +0000 (19:04 +0000)]
24 files changed:
t/01_basic.t [moved from t/01basic.t with 100% similarity]
t/02_hash.t [moved from t/02hash.t with 100% similarity]
t/03_bighash.t [moved from t/03bighash.t with 100% similarity]
t/04_array.t [moved from t/04array.t with 100% similarity]
t/05_bigarray.t [moved from t/05bigarray.t with 100% similarity]
t/06_error.t [moved from t/07error.t with 100% similarity]
t/07_locking.t [moved from t/08locking.t with 100% similarity]
t/08_deephash.t [moved from t/09deephash.t with 100% similarity]
t/09_deeparray.t [moved from t/10deeparray.t with 100% similarity]
t/10_largekeys.t [moved from t/11largekeys.t with 100% similarity]
t/11_optimize.t [moved from t/12optimize.t with 100% similarity]
t/12_clone.t [moved from t/13clone.t with 100% similarity]
t/13_setpack.t [moved from t/14setpack.t with 100% similarity]
t/14_filter.t [moved from t/15filter.t with 100% similarity]
t/15_digest.t [moved from t/16digest.t with 100% similarity]
t/16_circular.t [moved from t/17circular.t with 100% similarity]
t/17_import.t [moved from t/18import.t with 100% similarity]
t/18_export.t [moved from t/19export.t with 100% similarity]
t/19_crossref.t [moved from t/20crossref.t with 100% similarity]
t/20_tie.t [moved from t/21_tie.t with 100% similarity]
t/21_tie_access.t [moved from t/22_tie_access.t with 100% similarity]
t/22_internal_copy.t [moved from t/24_internal_copy.t with 100% similarity]
t/23_stupidities.t
t/25_autobless.t [moved from t/autobless.t with 100% similarity]

similarity index 100%
rename from t/01basic.t
rename to t/01_basic.t
similarity index 100%
rename from t/02hash.t
rename to t/02_hash.t
similarity index 100%
rename from t/03bighash.t
rename to t/03_bighash.t
similarity index 100%
rename from t/04array.t
rename to t/04_array.t
similarity index 100%
rename from t/05bigarray.t
rename to t/05_bigarray.t
similarity index 100%
rename from t/07error.t
rename to t/06_error.t
similarity index 100%
rename from t/08locking.t
rename to t/07_locking.t
similarity index 100%
rename from t/09deephash.t
rename to t/08_deephash.t
similarity index 100%
rename from t/10deeparray.t
rename to t/09_deeparray.t
similarity index 100%
rename from t/11largekeys.t
rename to t/10_largekeys.t
similarity index 100%
rename from t/12optimize.t
rename to t/11_optimize.t
similarity index 100%
rename from t/13clone.t
rename to t/12_clone.t
similarity index 100%
rename from t/14setpack.t
rename to t/13_setpack.t
similarity index 100%
rename from t/15filter.t
rename to t/14_filter.t
similarity index 100%
rename from t/16digest.t
rename to t/15_digest.t
similarity index 100%
rename from t/17circular.t
rename to t/16_circular.t
similarity index 100%
rename from t/18import.t
rename to t/17_import.t
similarity index 100%
rename from t/19export.t
rename to t/18_export.t
similarity index 100%
rename from t/20crossref.t
rename to t/19_crossref.t
similarity index 100%
rename from t/21_tie.t
rename to t/20_tie.t
similarity index 100%
rename from t/22_tie_access.t
rename to t/21_tie_access.t
similarity index 100%
rename from t/24_internal_copy.t
rename to t/22_internal_copy.t
index 2389f67..e393853 100644 (file)
@@ -10,7 +10,7 @@ plan tests => 5;
 use_ok( 'DBM::Deep' );
 
 unlink "t/test.db";
-my $db = new DBM::Deep "t/test.db";
+my $db = DBM::Deep->new( "t/test.db" );
 if ($db->error()) {
        die "ERROR: " . $db->error();
 }
similarity index 100%
rename from t/autobless.t
rename to t/25_autobless.t