X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F02_hash.t;h=039e13477141687e22d3fc4b7b32eef625dcf1d1;hb=a4d36ff61c367864cdf95523dd9771b01773930c;hp=a317fa39e919dc0e6bcbefa330812c52b8086732;hpb=18bc2fa6f00cd17c961f2a7fe94296fefbf569c4;p=dbsrgits%2FDBM-Deep.git diff --git a/t/02_hash.t b/t/02_hash.t index a317fa3..039e134 100644 --- a/t/02_hash.t +++ b/t/02_hash.t @@ -50,6 +50,7 @@ while ( my $dbm_maker = $dbm_factory->() ) { # # Q: How do we make sure that the iterator is unique? Is it supposed to be? +=pod ## # count keys ## @@ -173,6 +174,7 @@ while ( my $dbm_maker = $dbm_factory->() ) { throws_ok { $db->exists(undef); } qr/Cannot use an undefined hash key/, "EXISTS fails on an undefined key"; +=cut } done_testing;