diff options
author | Robin Barker <Robin.Barker@npl.co.uk> | 2010-02-11 16:39:13 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-02-11 22:25:25 +0100 |
commit | abb363a146c0f4d5955aff0db0ef4e60a66e50ed (patch) | |
tree | 82b172ce92d1dc5e26e7f1f500d4b8b1ed701ab5 /dist | |
parent | 899272c050d399dbccc7aaa8022b17ae6f8010ab (diff) | |
download | perl-abb363a146c0f4d5955aff0db0ef4e60a66e50ed.tar.gz |
Remove npl addresses from "my" files
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Pod-Plainer/Plainer.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/Pod-Plainer/Plainer.pm b/dist/Pod-Plainer/Plainer.pm index 11059b2509..d9e57bee1e 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 $ |