Change 34003 by [EMAIL PROTECTED] on 2008/06/05 14:28:16

        This needs to change so this doesn't need updating everytime
        we update Pod::Simple.

Affected files ...

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

Differences ...

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

Reply via email to