incorrectly failing test in lib/Pod/t/text.t
authorHans Dieter Pearcey <hdp@pobox.com>
Thu, 5 Jun 2008 12:38:38 +0000 (08:38 -0400)
committerSteve Peters <steve@fisharerojo.org>
Fri, 6 Jun 2008 01:17:31 +0000 (01:17 +0000)
Message-ID: <20080605163838.GA25576@glaive.weftsoar.net>

p4raw-id: //depot/perl@34004

lib/Pod/t/text.t

index a66f569..05d445a 100644 (file)
@@ -57,8 +57,6 @@ while (<DATA>) {
     }
     if ($output eq $expected) {
         print "ok $n\n";
-    } elsif ($n == 4 && $Pod::Simple::VERSION < 3.08) {
-        print "ok $n # skip Pod::Simple S<> parsing bug\n";
     } else {
         print "not ok $n\n";
         print "Expected\n========\n$expected\nOutput\n======\n$output\n";
@@ -99,5 +97,6 @@ This is some S<  > whitespace.
 ###
 Test of S<>
     This is some    whitespace.
+
 ###
 ==