This needs to change so this doesn't need updating everytime
Steve Peters [Thu, 5 Jun 2008 14:28:16 +0000 (14:28 +0000)]
we update Pod::Simple.

p4raw-id: //depot/perl@34003

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";