From 0638970915176082b29f35de12b4ec5ee19b9823 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 19 Apr 2003 07:10:57 +0000 Subject: [PATCH] Bump the test count. p4raw-id: //depot/perl@19269 --- ext/Storable/t/tied.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Storable/t/tied.t b/ext/Storable/t/tied.t index 06be10b..05bcf32 100644 --- a/ext/Storable/t/tied.t +++ b/ext/Storable/t/tied.t @@ -25,7 +25,7 @@ sub ok; use Storable qw(freeze thaw); -print "1..22\n"; +print "1..23\n"; ($scalar_fetch, $array_fetch, $hash_fetch) = (0, 0, 0); -- 2.7.4