From: Steve Peters Date: Thu, 5 Jun 2008 02:00:46 +0000 (+0000) Subject: It appears that the S<> bug in Pod::Simple hasn't been fixed yet. X-Git-Tag: accepted/trunk/20130322.191538~13041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8365c870bf83de09c3b5aafe1d865e0243eea1dc;p=platform%2Fupstream%2Fperl.git It appears that the S<> bug in Pod::Simple hasn't been fixed yet. Bump the version needed for the skip. p4raw-id: //depot/perl@33999 --- diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index f5654ea..059f5c2 100644 --- a/lib/Pod/t/text.t +++ b/lib/Pod/t/text.t @@ -57,7 +57,7 @@ while () { } if ($output eq $expected) { print "ok $n\n"; - } elsif ($n == 4 && $Pod::Simple::VERSION < 3.06) { + } elsif ($n == 4 && $Pod::Simple::VERSION < 3.07) { print "ok $n # skip Pod::Simple S<> parsing bug\n"; } else { print "not ok $n\n";