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 /t | |
parent | 899272c050d399dbccc7aaa8022b17ae6f8010ab (diff) | |
download | perl-abb363a146c0f4d5955aff0db0ef4e60a66e50ed.tar.gz |
Remove npl addresses from "my" files
Diffstat (limited to 't')
-rw-r--r-- | t/comp/colon.t | 2 | ||||
-rw-r--r-- | t/op/assignwarn.t | 2 | ||||
-rw-r--r-- | t/op/die_exit.t | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/t/comp/colon.t b/t/comp/colon.t index faa5e77337..91b2e3667c 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 <rmb@cise.npl.co.uk> +# -- 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 0841bd4e20..a78e96ac06 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 <Graham.Barr@tiuk.ti.com> -# -- Robin Barker <rmb@cise.npl.co.uk> +# -- Robin Barker # BEGIN { diff --git a/t/op/die_exit.t b/t/op/die_exit.t index 4ee20d24bb..2ede2d94b9 100644 --- a/t/op/die_exit.t +++ b/t/op/die_exit.t @@ -2,7 +2,7 @@ # # Verify that C<die> return the return code -# -- Robin Barker <rmb@cise.npl.co.uk> +# -- Robin Barker # BEGIN { |