Change 33999 by [EMAIL PROTECTED] on 2008/06/05 02:00:46

        It appears that the S<> bug in Pod::Simple hasn't been fixed yet.  
        Bump the version needed for the skip.

Affected files ...

... //depot/perl/lib/Pod/t/text.t#7 edit

Differences ...

==== //depot/perl/lib/Pod/t/text.t#7 (text) ====
Index: perl/lib/Pod/t/text.t
--- perl/lib/Pod/t/text.t#6~33987~      2008-06-02 05:21:28.000000000 -0700
+++ perl/lib/Pod/t/text.t       2008-06-04 19:00:46.000000000 -0700
@@ -57,7 +57,7 @@
     }
     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";
End of Patch.

Reply via email to