This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
It appears that the S<> bug in Pod::Simple hasn't been fixed yet.
[perl5.git] / lib / Pod / t / text.t
index f5654ea..059f5c2 100644 (file)
@@ -57,7 +57,7 @@ while (<DATA>) {
     }
     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";