diff options
author | Hans Dieter Pearcey <hdp@pobox.com> | 2008-06-05 08:38:38 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2008-06-06 01:17:31 +0000 |
commit | 3fe752ba88a3dfae73668a35e6a5d83886399dee (patch) | |
tree | 22fbd0366bfe38553caf26b180e619be4c2c665c /lib/Pod | |
parent | df19a7184d9d1cd2e915f638c7dca8d4f05b216b (diff) | |
download | perl-3fe752ba88a3dfae73668a35e6a5d83886399dee.tar.gz |
incorrectly failing test in lib/Pod/t/text.t
Message-ID: <20080605163838.GA25576@glaive.weftsoar.net>
p4raw-id: //depot/perl@34004
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/t/text.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index a66f569048..05d445a150 100644 --- a/lib/Pod/t/text.t +++ b/lib/Pod/t/text.t @@ -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. + ### == |