X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist%2FPod-Plainer%2FPlainer.pm;h=d9e57bee1e638dcee6199444704d8e3bcb408a1d;hb=abb363a146c0f4d5955aff0db0ef4e60a66e50ed;hp=11059b250959e19a00fefd85422788ae2b1fd11d;hpb=899272c050d399dbccc7aaa8022b17ae6f8010ab;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dist/Pod-Plainer/Plainer.pm b/dist/Pod-Plainer/Plainer.pm index 11059b2..d9e57be 100644 --- a/dist/Pod-Plainer/Plainer.pm +++ b/dist/Pod-Plainer/Plainer.pm @@ -5,7 +5,7 @@ use warnings; use if $] >= 5.011, 'deprecate'; use Pod::Parser; our @ISA = qw(Pod::Parser); -our $VERSION = '1.01'; +our $VERSION = '1.02'; our %E = qw( < lt > gt ); @@ -58,7 +58,7 @@ recognise the new style Pods. =head2 METHODS -=over +=over =item escape_ltgt @@ -81,7 +81,7 @@ None by default. =head1 AUTHOR -Robin Barker, rmb1@npl.co.uk +Robin Barker, rmbarker@cpan.org =head1 SEE ALSO @@ -97,4 +97,4 @@ at your option, any later version of Perl 5 you may have available. =cut -$Id: Plainer.pm 250 2009-09-20 18:02:00Z rmb1 $ +$Id: Plainer.pm 253 2010-02-11 16:28:10Z rmb1 $