diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-07 08:53:10 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-07 09:42:30 +0100 |
commit | b52cde68813a958007c6d814f1890e762f75c8dc (patch) | |
tree | bd18c379be875824141b495085b6540ebe094b45 /cpan/podlators/lib | |
parent | d477c82bf8b8c629be2915335abd4358a5bd0132 (diff) | |
download | perl-b52cde68813a958007c6d814f1890e762f75c8dc.tar.gz |
Upgrade podlators from 2.5.2 to 2.5.3.
Diffstat (limited to 'cpan/podlators/lib')
-rw-r--r-- | cpan/podlators/lib/Pod/Man.pm | 2 | ||||
-rw-r--r-- | cpan/podlators/lib/Pod/Text.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/podlators/lib/Pod/Man.pm b/cpan/podlators/lib/Pod/Man.pm index 39ff7f5ace..72ca9ff1da 100644 --- a/cpan/podlators/lib/Pod/Man.pm +++ b/cpan/podlators/lib/Pod/Man.pm @@ -1640,7 +1640,7 @@ not to throw an exception. C<pod> says to include a POD ERRORS section in the resulting documentation summarizing the errors. C<none> ignores POD errors entirely, as much as possible. -The default is C<output>. +The default is C<pod>. =item date diff --git a/cpan/podlators/lib/Pod/Text.pm b/cpan/podlators/lib/Pod/Text.pm index ed95591e6e..87f9e816d0 100644 --- a/cpan/podlators/lib/Pod/Text.pm +++ b/cpan/podlators/lib/Pod/Text.pm @@ -808,7 +808,7 @@ not to throw an exception. C<pod> says to include a POD ERRORS section in the resulting documentation summarizing the errors. C<none> ignores POD errors entirely, as much as possible. -The default is C<output>. +The default is C<pod>. =item indent |