projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ee72d6
)
Continued removal of Clone::Any from everywhere
rkinyon [Thu, 25 Jan 2007 03:30:36 +0000 (
03:30
+0000)]
t/37_delete_edge_cases.t
patch
|
blob
|
blame
|
history
diff --git
a/t/37_delete_edge_cases.t
b/t/37_delete_edge_cases.t
index
82d95ea
..
d873906
100644
(file)
--- a/
t/37_delete_edge_cases.t
+++ b/
t/37_delete_edge_cases.t
@@
-4,7
+4,7
@@
use strict;
use Test::More tests => 4;
use Test::Deep;
-use Clone::Any qw( clone );
+use Clone qw( clone );
use t::common qw( new_fh );
use_ok( 'DBM::Deep' );