From: Nicholas Clark Date: Sat, 25 May 2002 17:19:21 +0000 (+0100) Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again) X-Git-Tag: accepted/trunk/20130322.191538~26283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ad6cd6e30dd4147303864a0fc6d2311046cabef;p=platform%2Fupstream%2Fperl.git Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again) Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16780 --- diff --git a/ext/Storable/t/integer.t b/ext/Storable/t/integer.t index 75edd19..1230b8f 100644 --- a/ext/Storable/t/integer.t +++ b/ext/Storable/t/integer.t @@ -166,6 +166,7 @@ foreach (@processes) { # unless ($bit) { use Devel::Peek; Dump $copy_s1; Dump $$copy_s; } } else { fail ("$process $copy1"); + fail ("$process $copy1"); } } }