From: rkinyon Date: Thu, 16 Feb 2006 19:04:49 +0000 (+0000) Subject: Renamings X-Git-Tag: 0-97~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=075910edd08e4ee071dcf8b0abbde2ac00cc0daa;p=dbsrgits%2FDBM-Deep.git Renamings --- diff --git a/t/01basic.t b/t/01_basic.t similarity index 100% rename from t/01basic.t rename to t/01_basic.t diff --git a/t/02hash.t b/t/02_hash.t similarity index 100% rename from t/02hash.t rename to t/02_hash.t diff --git a/t/03bighash.t b/t/03_bighash.t similarity index 100% rename from t/03bighash.t rename to t/03_bighash.t diff --git a/t/04array.t b/t/04_array.t similarity index 100% rename from t/04array.t rename to t/04_array.t diff --git a/t/05bigarray.t b/t/05_bigarray.t similarity index 100% rename from t/05bigarray.t rename to t/05_bigarray.t diff --git a/t/07error.t b/t/06_error.t similarity index 100% rename from t/07error.t rename to t/06_error.t diff --git a/t/08locking.t b/t/07_locking.t similarity index 100% rename from t/08locking.t rename to t/07_locking.t diff --git a/t/09deephash.t b/t/08_deephash.t similarity index 100% rename from t/09deephash.t rename to t/08_deephash.t diff --git a/t/10deeparray.t b/t/09_deeparray.t similarity index 100% rename from t/10deeparray.t rename to t/09_deeparray.t diff --git a/t/11largekeys.t b/t/10_largekeys.t similarity index 100% rename from t/11largekeys.t rename to t/10_largekeys.t diff --git a/t/12optimize.t b/t/11_optimize.t similarity index 100% rename from t/12optimize.t rename to t/11_optimize.t diff --git a/t/13clone.t b/t/12_clone.t similarity index 100% rename from t/13clone.t rename to t/12_clone.t diff --git a/t/14setpack.t b/t/13_setpack.t similarity index 100% rename from t/14setpack.t rename to t/13_setpack.t diff --git a/t/15filter.t b/t/14_filter.t similarity index 100% rename from t/15filter.t rename to t/14_filter.t diff --git a/t/16digest.t b/t/15_digest.t similarity index 100% rename from t/16digest.t rename to t/15_digest.t diff --git a/t/17circular.t b/t/16_circular.t similarity index 100% rename from t/17circular.t rename to t/16_circular.t diff --git a/t/18import.t b/t/17_import.t similarity index 100% rename from t/18import.t rename to t/17_import.t diff --git a/t/19export.t b/t/18_export.t similarity index 100% rename from t/19export.t rename to t/18_export.t diff --git a/t/20crossref.t b/t/19_crossref.t similarity index 100% rename from t/20crossref.t rename to t/19_crossref.t diff --git a/t/21_tie.t b/t/20_tie.t similarity index 100% rename from t/21_tie.t rename to t/20_tie.t diff --git a/t/22_tie_access.t b/t/21_tie_access.t similarity index 100% rename from t/22_tie_access.t rename to t/21_tie_access.t diff --git a/t/24_internal_copy.t b/t/22_internal_copy.t similarity index 100% rename from t/24_internal_copy.t rename to t/22_internal_copy.t diff --git a/t/23_stupidities.t b/t/23_stupidities.t index 2389f67..e393853 100644 --- a/t/23_stupidities.t +++ b/t/23_stupidities.t @@ -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(); } diff --git a/t/autobless.t b/t/25_autobless.t similarity index 100% rename from t/autobless.t rename to t/25_autobless.t