This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
This needs to change so this doesn't need updating everytime
[perl5.git] / lib / Pod / t / text.t
index 059f5c2..a66f569 100644 (file)
@@ -57,7 +57,7 @@ while (<DATA>) {
     }
     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";