From: Steve Peters Date: Thu, 5 Jun 2008 14:28:16 +0000 (+0000) Subject: This needs to change so this doesn't need updating everytime X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df19a7184d9d1cd2e915f638c7dca8d4f05b216b;p=p5sagit%2Fp5-mst-13.2.git This needs to change so this doesn't need updating everytime we update Pod::Simple. p4raw-id: //depot/perl@34003 --- diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index 059f5c2..a66f569 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.07) { + } elsif ($n == 4 && $Pod::Simple::VERSION < 3.08) { print "ok $n # skip Pod::Simple S<> parsing bug\n"; } else { print "not ok $n\n";