Convert Storable's store.t to Test::More
authorNicholas Clark <nick@ccl4.org>
Mon, 24 Jan 2011 15:47:50 +0000 (15:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 24 Jan 2011 16:28:55 +0000 (16:28 +0000)
commit1ec1a96ceb905288f53d7cd5d816bf290eb2ee3d
treed93c6fe78ef4d7bb842473f61e60491c5b811029
parent0407acb5f2d891b70e3bd5b9958c07a0f630019c
Convert Storable's store.t to Test::More

The non-obvious reason for the test count increasing from 20 to 21 is that the
file used to read:

print "not " unless open(OUT, 'store');
binmode OUT;

$r = fd_retrieve(::OUT);
print "not " unless defined $r;
print "ok 12\n";
dist/Storable/t/store.t