From 6e2389900607e3ba1246245908fb3c54e7e4c763 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 1 Dec 1999 03:59:56 +0000 Subject: [PATCH] email address changes p4raw-id: //depot/perl@4604 --- AUTHORS | 4 ++-- Changes | 2 +- Porting/genlog | 2 +- Porting/p4d2p | 2 +- Porting/p4desc | 2 +- README.win32 | 2 +- ext/Data/Dumper/Dumper.pm | 2 +- lib/DB.pm | 2 +- lib/File/DosGlob.pm | 2 +- lib/Math/Complex.pm | 2 +- lib/Math/Trig.pm | 2 +- pod/perl5005delta.pod | 2 +- pod/perlport.pod | 2 +- t/op/runlevel.t | 2 +- utils/perlbug.PL | 2 +- utils/perldoc.PL | 4 ++-- win32/bin/perlglob.pl | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3ed8133..f27d2e9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,7 +18,7 @@ gbarr Graham Barr gbarr@ti.com gerti Gerd Knops gerti@BITart.com gibreel Stephen Zander gibreel@pobox.com gnat Nathan Torkington gnat@frii.com -gsar Gurusamy Sarathy gsar@umich.edu +gsar Gurusamy Sarathy gsar@activestate.com hansmu Hans Mulder hansmu@xs4all.nl ilya Ilya Zakharevich ilya@math.ohio-state.edu jbuehler Joe Buehler jbuehler@hekimian.com @@ -51,7 +51,7 @@ pomeranz Hal Pomeranz pomeranz@netcom.com pudge Chris Nandor pudge@pobox.com pueschel Norbert Pueschel pueschel@imsdd.meb.uni-bonn.de pvhp Peter Prymmer pvhp@forte.com -raphael Raphael Manfredi Raphael_Manfredi@grenoble.hp.com +raphael Raphael Manfredi Raphael_Manfredi@pobox.com rdieter Rex Dieter rdieter@math.unl.edu rsanders Robert Sanders Robert.Sanders@linux.org roberto Ollivier Robert roberto@keltia.freenix.fr diff --git a/Changes b/Changes index 5b0dc06..5303b96 100644 --- a/Changes +++ b/Changes @@ -54,7 +54,7 @@ And the Keepers of the Patch Pumpkin: Malcolm Beattie Tim Bunce Andy Dougherty - Gurusamy Sarathy + Gurusamy Sarathy Chip Salzenberg And, of course, the Author of Perl: diff --git a/Porting/genlog b/Porting/genlog index b8bd1d6..efb7ef8 100755 --- a/Porting/genlog +++ b/Porting/genlog @@ -12,7 +12,7 @@ # # Outputs the changelist to stdout. # -# Gurusamy Sarathy +# Gurusamy Sarathy # use Text::Wrap; diff --git a/Porting/p4d2p b/Porting/p4d2p index 67780a9..f645ef8 100755 --- a/Porting/p4d2p +++ b/Porting/p4d2p @@ -4,7 +4,7 @@ # reads a perforce style diff on stdin and outputs appropriate headers # so the diff can be applied with the patch program # -# Gurusamy Sarathy +# Gurusamy Sarathy # BEGIN { diff --git a/Porting/p4desc b/Porting/p4desc index 7bac3eb..b6b412d 100755 --- a/Porting/p4desc +++ b/Porting/p4desc @@ -3,7 +3,7 @@ # # Munge "p4 describe ..." output to include new files. # -# Gurusamy Sarathy +# Gurusamy Sarathy # use vars qw($thisfile $change $file $fnum $h $v $p4port @addfiles); diff --git a/README.win32 b/README.win32 index dfd6eb0..2420e64 100644 --- a/README.win32 +++ b/README.win32 @@ -729,7 +729,7 @@ by C. Gary Ng E71564.1743@CompuServe.COME -Gurusamy Sarathy Egsar@umich.eduE +Gurusamy Sarathy Egsar@activestate.comE Nick Ing-Simmons Enick@ni-s.u-net.comE diff --git a/ext/Data/Dumper/Dumper.pm b/ext/Data/Dumper/Dumper.pm index c37e6b5..44cc613 100644 --- a/ext/Data/Dumper/Dumper.pm +++ b/ext/Data/Dumper/Dumper.pm @@ -1029,7 +1029,7 @@ SCALAR objects have the weirdest looking C workaround. =head1 AUTHOR -Gurusamy Sarathy gsar@umich.edu +Gurusamy Sarathy gsar@activestate.com Copyright (c) 1996-98 Gurusamy Sarathy. All rights reserved. This program is free software; you can redistribute it and/or diff --git a/lib/DB.pm b/lib/DB.pm index 1395c81..2575423 100644 --- a/lib/DB.pm +++ b/lib/DB.pm @@ -794,7 +794,7 @@ highly experimental and subject to change. =head1 AUTHOR -Gurusamy Sarathy gsar@umich.edu +Gurusamy Sarathy gsar@activestate.com This code heavily adapted from an early version of perl5db.pl attributable to Larry Wall and the Perl Porters. diff --git a/lib/File/DosGlob.pm b/lib/File/DosGlob.pm index 594ee2e..e6fc311 100644 --- a/lib/File/DosGlob.pm +++ b/lib/File/DosGlob.pm @@ -206,7 +206,7 @@ pandering to DOS habits. Needs a dose of optimizium too. =head1 AUTHOR -Gurusamy Sarathy +Gurusamy Sarathy =head1 HISTORY diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 5b69039..b339573 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -1746,7 +1746,7 @@ Whatever it is, it does not manifest itself anywhere else where Perl runs. =head1 AUTHORS -Raphael Manfredi > and +Raphael Manfredi > and Jarkko Hietaniemi >. Extensive patches by Daniel S. Lewart >. diff --git a/lib/Math/Trig.pm b/lib/Math/Trig.pm index d987b5c..c659137 100644 --- a/lib/Math/Trig.pm +++ b/lib/Math/Trig.pm @@ -435,7 +435,7 @@ an answer instead of giving a fatal runtime error. =head1 AUTHORS Jarkko Hietaniemi > and -Raphael Manfredi >. +Raphael Manfredi >. =cut diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index 3766681..3353821 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -978,7 +978,7 @@ The F and F files for copyright information. =head1 HISTORY -Written by Gurusamy Sarathy >, with many contributions +Written by Gurusamy Sarathy >, with many contributions from The Perl Porters. Send omissions or corrections to >. diff --git a/pod/perlport.pod b/pod/perlport.pod index 3fd4352..2573696 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1758,7 +1758,7 @@ Gary Ng E71564.1743@CompuServe.COME, Tom Phoenix Erootbeer@teleport.comE, Peter Prymmer Epvhp@forte.comE, Hugo van der Sanden Ehv@crypt0.demon.co.ukE, -Gurusamy Sarathy Egsar@umich.eduE, +Gurusamy Sarathy Egsar@activestate.comE, Paul J. Schinder Eschinder@pobox.comE, Michael G Schwern Eschwern@pobox.comE, Dan Sugalski Esugalskd@ous.eduE, diff --git a/t/op/runlevel.t b/t/op/runlevel.t index 1dc2a23..08ad0a3 100755 --- a/t/op/runlevel.t +++ b/t/op/runlevel.t @@ -3,7 +3,7 @@ ## ## Many of these tests are originally from Michael Schroeder ## -## Adapted and expanded by Gurusamy Sarathy +## Adapted and expanded by Gurusamy Sarathy ## chdir 't' if -d 't'; diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 3404d2b..c46df79 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -1121,7 +1121,7 @@ Include verbose configuration data in the report. =head1 AUTHORS Kenneth Albanowski (Ekjahds@kjahds.comE), subsequently Itored -by Gurusamy Sarathy (Egsar@umich.eduE), Tom Christiansen +by Gurusamy Sarathy (Egsar@activestate.comE), Tom Christiansen (Etchrist@perl.comE), Nathan Torkington (Egnat@frii.comE), Charles F. Randall (Ecfr@pobox.comE), Mike Guy (Emjtg@cam.a.ukE), Dominic Dunlop (Edomo@computer.orgE), diff --git a/utils/perldoc.PL b/utils/perldoc.PL index 760a0ce..5dd0e1b 100644 --- a/utils/perldoc.PL +++ b/utils/perldoc.PL @@ -721,10 +721,10 @@ and others. # Robin Barker # -strict, -w cleanups # Version 1.13: Fri Feb 27 16:20:50 EST 1997 -# Gurusamy Sarathy +# Gurusamy Sarathy # -doc tweaks for -F and -X options # Version 1.12: Sat Apr 12 22:41:09 EST 1997 -# Gurusamy Sarathy +# Gurusamy Sarathy # -various fixes for win32 # Version 1.11: Tue Dec 26 09:54:33 EST 1995 # Kenneth Albanowski diff --git a/win32/bin/perlglob.pl b/win32/bin/perlglob.pl index 6467e57..17843c8 100644 --- a/win32/bin/perlglob.pl +++ b/win32/bin/perlglob.pl @@ -41,7 +41,7 @@ builtins. =head1 AUTHOR -Gurusamy Sarathy +Gurusamy Sarathy =head1 SEE ALSO -- 2.7.4