summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/t/text.t3
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.
+
###
==