Remove npl addresses from "my" files
authorRobin Barker <Robin.Barker@npl.co.uk>
Thu, 11 Feb 2010 16:39:13 +0000 (16:39 +0000)
committerRafael Garcia-Suarez <rgs@consttype.org>
Thu, 11 Feb 2010 21:25:25 +0000 (22:25 +0100)
dist/Pod-Plainer/Plainer.pm
t/comp/colon.t
t/op/assignwarn.t
t/op/die_exit.t

index 11059b2..d9e57be 100644 (file)
@@ -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 $
index faa5e77..91b2e36 100644 (file)
@@ -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 <rmb@cise.npl.co.uk>
+#      -- Robin Barker 
 #
 
 # Uncomment this for testing, but don't leave it in for "production", as
index 0841bd4..a78e96a 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Verify which OP= operators warn if their targets are undefined.
 # Based on redef.t, contributed by Graham Barr <Graham.Barr@tiuk.ti.com>
-#      -- Robin Barker <rmb@cise.npl.co.uk>
+#      -- Robin Barker 
 #
 
 BEGIN {
index 4ee20d2..2ede2d9 100644 (file)
@@ -2,7 +2,7 @@
 
 #
 # Verify that C<die> return the return code
-#      -- Robin Barker <rmb@cise.npl.co.uk>
+#      -- Robin Barker 
 #
 
 BEGIN {