Subject: | [PATCH] Fix POD error in Test::Builder |
Test-Simple-0.70 contains an error in the POD of the Test::Builder
module which causes pod2html to fail without processing the whole file:
C:\Temp>pod2html --infile=Test-Simple-0.70\lib\Test\Builder.pm
--outfile=out.html
Unmatched begin/end at chunk 292
The attached patch fixes this error.
Subject: | test-simple.patch |
diff -ruN Test-Simple-0.70.orig/lib/Test/Builder.pm Test-Simple-0.70/lib/Test/Builder.pm
--- Test-Simple-0.70.orig/lib/Test/Builder.pm 2007-03-15 21:57:10.000000000 +0000
+++ Test-Simple-0.70/lib/Test/Builder.pm 2007-08-17 09:44:05.148582600 +0100
@@ -983,6 +983,7 @@
# I'm not ready to publish this. It doesn't deal with array return
# values from the code or context.
+
=begin private
=item B<_try>