diff options
author | Casey West <casey@geeknest.com> | 2001-04-16 08:11:22 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-17 11:32:13 +0000 |
commit | e1e60e72cae3fbc1189509c5481238911f454532 (patch) | |
tree | cea60e599e3ab65298ce26705604c92d85bc962e | |
parent | e49ff72bb64f3d8a16a47954b111693d4405b194 (diff) | |
download | perl-e1e60e72cae3fbc1189509c5481238911f454532.tar.gz |
Tweten->West
Message-ID: <20010416121122.B14554@stupid.geeknest.com>
p4raw-id: //depot/perl@9719
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | lib/Class/Struct.pm | 2 | ||||
-rw-r--r-- | lib/Shell.pm | 2 | ||||
-rw-r--r-- | lib/constant.pm | 4 | ||||
-rw-r--r-- | pod/perltie.pod | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -73,7 +73,7 @@ Calle Dybedahl <calle@lysator.liu.se> Carl M. Fongheiser <cmf@ins.infonet.net> Carl Witty <cwitty@newtonlabs.com> Cary D. Renzema <caryr@mxim.com> -Casey R. Tweten <crt@kiski.net> +Casey West <casey@geeknest.com> Castor Fu Chaim Frenkel <chaimf@pobox.com> Charles Bailey <bailey@newman.upenn.edu> diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm index 57b8c8611c..6e5de810f7 100644 --- a/lib/Class/Struct.pm +++ b/lib/Class/Struct.pm @@ -546,7 +546,7 @@ struct's constructor. =head1 Author and Modification History -Modified by Casey Tweten, 2000-11-08, v0.59. +Modified by Casey West, 2000-11-08, v0.59. Added the ability for compile time class creation. diff --git a/lib/Shell.pm b/lib/Shell.pm index c2f522cae3..44318d200e 100644 --- a/lib/Shell.pm +++ b/lib/Shell.pm @@ -196,6 +196,6 @@ Larry Wall Changes by Jenda@Krynicky.cz and Dave Cottle <d.cottle@csc.canterbury.ac.nz> -Changes and bug fixes by Casey Tweten <crt@kiski.net> +Changes and bug fixes by Casey West <casey@geeknest.com> =cut diff --git a/lib/constant.pm b/lib/constant.pm index 1e07a686cc..ffa8791d07 100644 --- a/lib/constant.pm +++ b/lib/constant.pm @@ -314,8 +314,8 @@ C<CONSTANT =E<gt> 'value'>. Tom Phoenix, E<lt>F<rootbeer@redcat.com>E<gt>, with help from many other folks. -Multiple constant declarations at once added by Casey Tweten, -E<lt>F<crt@kiski.net>E<gt>. +Multiple constant declarations at once added by Casey West, +E<lt>F<casey@geeknest.com>E<gt>. =head1 COPYRIGHT diff --git a/pod/perltie.pod b/pod/perltie.pod index 1bba005be5..38128b925e 100644 --- a/pod/perltie.pod +++ b/pod/perltie.pod @@ -1081,4 +1081,4 @@ TIEHANDLE by Sven Verdoolaege <F<skimo@dns.ufsia.ac.be>> and Doug MacEachern <F< UNTIE by Nick Ing-Simmons <F<nick@ing-simmons.net>> -Tying Arrays by Casey Tweten <F<crt@kiski.net>> +Tying Arrays by Casey West <F<casey@geeknest.com>> |