Subject: | POD errors |
Please find attached a patch fixing POD errors in Text::ParseWords as reported by recent pod2man.
Cheers,
Dominic.
Subject: | Text-ParseWords-POD-fix.patch |
diff -urN Text-ParseWords-3.29/ParseWords.pm Text-ParseWords-3.29.mine/ParseWords.pm
--- Text-ParseWords-3.29/ParseWords.pm 2013-03-17 13:02:32.000000000 +0000
+++ Text-ParseWords-3.29.mine/ParseWords.pm 2013-12-31 17:02:26.000000000 +0000
@@ -243,27 +243,27 @@
=over 4
-=item 0
+=item 0Z<>
a simple word
-=item 1
+=item 1Z<>
multiple spaces are skipped because of our $delim
-=item 2
+=item 2Z<>
use of quotes to include a space in a word
-=item 3
+=item 3Z<>
use of a backslash to include a space in a word
-=item 4
+=item 4Z<>
use of a backslash to remove the special meaning of a double-quote
-=item 5
+=item 5Z<>
another simple word (note the lack of effect of the
backslashed double-quote)