diff options
Diffstat (limited to 'lib/Pod/t/text.t')
-rw-r--r-- | lib/Pod/t/text.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Pod/t/text.t b/lib/Pod/t/text.t index 05d445a150..185e94434a 100644 --- a/lib/Pod/t/text.t +++ b/lib/Pod/t/text.t @@ -57,6 +57,8 @@ while (<DATA>) { } if ($output eq $expected) { print "ok $n\n"; + } elsif ($n == 4 && $Pod::Simple::VERSION < 3.06) { + 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"; |