From: Andy Dougherty Date: Wed, 20 Nov 2002 09:40:33 +0000 (-0500) Subject: Remove stale e-mail addresses X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36816da205b48bbba09819941eb7375eda5afbd9;hp=9c3dc5877366a4b76c59e7e1b537358b0b2bc2f8;p=p5sagit%2Fp5-mst-13.2.git Remove stale e-mail addresses Message-ID: p4raw-id: //depot/perl@18282 --- diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod index 1962f3e..cf49121 100644 --- a/Porting/pumpkin.pod +++ b/Porting/pumpkin.pod @@ -1558,7 +1558,7 @@ in recent config.sh files though. =head1 AUTHORS -Original author: Andy Dougherty doughera@lafcol.lafayette.edu . +Original author: Andy Dougherty doughera@lafayette.edu . Additions by Chip Salzenberg chip@perl.com and Tim Bunce Tim.Bunce@ig.co.uk . diff --git a/configure.gnu b/configure.gnu index f98eb76..037d6ca 100755 --- a/configure.gnu +++ b/configure.gnu @@ -4,7 +4,7 @@ # # GNU configure-like front end to metaconfig's Configure. # -# Written by Andy Dougherty +# Written by Andy Dougherty # and Matthew Green . # # Reformatted and modified for inclusion in the dist-3.0 package by diff --git a/ext/ODBM_File/hints/dec_osf.pl b/ext/ODBM_File/hints/dec_osf.pl index febb7cd..70d7218 100644 --- a/ext/ODBM_File/hints/dec_osf.pl +++ b/ext/ODBM_File/hints/dec_osf.pl @@ -1,5 +1,5 @@ # The -hidden option causes compilation to fail on Digital Unix. -# Andy Dougherty +# Andy Dougherty # Sat Jan 13 16:29:52 EST 1996 $self->{LDDLFLAGS} = $Config{lddlflags}; $self->{LDDLFLAGS} =~ s/-hidden//; diff --git a/ext/ODBM_File/hints/hpux.pl b/ext/ODBM_File/hints/hpux.pl index 31f9d24..b9b99ab 100644 --- a/ext/ODBM_File/hints/hpux.pl +++ b/ext/ODBM_File/hints/hpux.pl @@ -1,4 +1,4 @@ # Try to work around "bad free" messages. See note in ODBM_File.xs. -# Andy Dougherty +# Andy Dougherty # Sun Sep 8 12:57:52 EDT 1996 $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ; diff --git a/ext/ODBM_File/hints/ultrix.pl b/ext/ODBM_File/hints/ultrix.pl index 31f9d24..b9b99ab 100644 --- a/ext/ODBM_File/hints/ultrix.pl +++ b/ext/ODBM_File/hints/ultrix.pl @@ -1,4 +1,4 @@ # Try to work around "bad free" messages. See note in ODBM_File.xs. -# Andy Dougherty +# Andy Dougherty # Sun Sep 8 12:57:52 EDT 1996 $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ; diff --git a/ext/SDBM_File/sdbm/README.too b/ext/SDBM_File/sdbm/README.too index 1fec315..cc86fb4 100644 --- a/ext/SDBM_File/sdbm/README.too +++ b/ext/SDBM_File/sdbm/README.too @@ -6,7 +6,7 @@ the bad() macro redefined to allow a zero-length key.) Fri Apr 15 10:15:30 EDT 1994. Additional portability/configuration changes for libsdbm by Andy Dougherty -doughera@lafcol.lafayette.edu. +doughera@lafayette.edu. Mon Mar 22 03:24:47 PST 1999. diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index 529e34f..d125b2f 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -281,7 +281,7 @@ L =head1 AUTHORS Kenneth Albanowski , Andy Dougherty -, Andreas KEnig +, Andreas KEnig , Tim Bunce . OS/2 support by Ilya Zakharevich . diff --git a/perly.fixer b/perly.fixer index 31e0171..b627a8c 100755 --- a/perly.fixer +++ b/perly.fixer @@ -10,7 +10,7 @@ # Currently, only byacc version 1.8 is fully supported. # # Hacks to make it work with Interactive's SysVr3 Version 2.2 -# doughera@lafvax.lafayette.edu (Andy Dougherty) 3/23/91 +# doughera@lafayette.edu (Andy Dougherty) 3/23/91 # # Additional information to make the BSD section work with SunOS 4.0.2 # tdinger@East.Sun.COM (Tom Dinger) 4/15/1991 diff --git a/pod/checkpods.PL b/pod/checkpods.PL index 692a706..610aad8 100644 --- a/pod/checkpods.PL +++ b/pod/checkpods.PL @@ -48,7 +48,7 @@ print OUT <<'!NO!SUBS!'; # problem currently exists. # # Version 1.00 Original. -# Version 1.01 Andy Dougherty +# Version 1.01 Andy Dougherty # Trivial modifications to output format for easier auto-parsing # Broke it out as a separate function to avoid nasty # Make/Shell/Perl quoting problems, and also to make it easier