From: Robin Barker Date: Thu, 11 Feb 2010 16:39:13 +0000 (+0000) Subject: Remove npl addresses from "my" files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=abb363a146c0f4d5955aff0db0ef4e60a66e50ed;p=p5sagit%2Fp5-mst-13.2.git Remove npl addresses from "my" files --- 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 $ diff --git a/t/comp/colon.t b/t/comp/colon.t index faa5e77..91b2e36 100644 --- a/t/comp/colon.t +++ b/t/comp/colon.t @@ -4,7 +4,7 @@ # Ensure that syntax using colons (:) is parsed correctly. # The tests are done on the following tokens (by default): # ABC LABEL XYZZY m q qq qw qx s tr y AUTOLOAD and alarm -# -- Robin Barker +# -- Robin Barker # # Uncomment this for testing, but don't leave it in for "production", as diff --git a/t/op/assignwarn.t b/t/op/assignwarn.t index 0841bd4..a78e96a 100644 --- a/t/op/assignwarn.t +++ b/t/op/assignwarn.t @@ -3,7 +3,7 @@ # # Verify which OP= operators warn if their targets are undefined. # Based on redef.t, contributed by Graham Barr -# -- Robin Barker +# -- Robin Barker # BEGIN { diff --git a/t/op/die_exit.t b/t/op/die_exit.t index 4ee20d2..2ede2d9 100644 --- a/t/op/die_exit.t +++ b/t/op/die_exit.t @@ -2,7 +2,7 @@ # # Verify that C return the return code -# -- Robin Barker +# -- Robin Barker # BEGIN {