Remove stale e-mail addresses
Andy Dougherty [Wed, 20 Nov 2002 09:40:33 +0000 (04:40 -0500)]
Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@18282

Porting/pumpkin.pod
configure.gnu
ext/ODBM_File/hints/dec_osf.pl
ext/ODBM_File/hints/hpux.pl
ext/ODBM_File/hints/ultrix.pl
ext/SDBM_File/sdbm/README.too
lib/File/Spec.pm
perly.fixer
pod/checkpods.PL

index 1962f3e..cf49121 100644 (file)
@@ -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 .
 
index f98eb76..037d6ca 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # GNU configure-like front end to metaconfig's Configure.
 #
-# Written by Andy Dougherty <doughera@lafcol.lafayette.edu>
+# Written by Andy Dougherty <doughera@lafayette.edu>
 # and Matthew Green <mrg@mame.mu.oz.au>.
 #
 # Reformatted and modified for inclusion in the dist-3.0 package by
index febb7cd..70d7218 100644 (file)
@@ -1,5 +1,5 @@
 # The -hidden option causes compilation to fail on Digital Unix.
-#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Andy Dougherty  <doughera@lafayette.edu>
 #   Sat Jan 13 16:29:52 EST 1996
 $self->{LDDLFLAGS} = $Config{lddlflags};
 $self->{LDDLFLAGS} =~ s/-hidden//;
index 31f9d24..b9b99ab 100644 (file)
@@ -1,4 +1,4 @@
 #  Try to work around "bad free" messages.  See note in ODBM_File.xs.
-#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Andy Dougherty  <doughera@lafayette.edu>
 #   Sun Sep  8 12:57:52 EDT 1996
 $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;
index 31f9d24..b9b99ab 100644 (file)
@@ -1,4 +1,4 @@
 #  Try to work around "bad free" messages.  See note in ODBM_File.xs.
-#   Andy Dougherty  <doughera@lafcol.lafayette.edu>
+#   Andy Dougherty  <doughera@lafayette.edu>
 #   Sun Sep  8 12:57:52 EDT 1996
 $self->{CCFLAGS} = $Config{ccflags} . ' -DDBM_BUG_DUPLICATE_FREE' ;
index 1fec315..cc86fb4 100644 (file)
@@ -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.
index 529e34f..d125b2f 100644 (file)
@@ -281,7 +281,7 @@ L<ExtUtils::MakeMaker>
 =head1 AUTHORS
 
 Kenneth Albanowski <kjahds@kjahds.com>, Andy Dougherty
-<doughera@lafcol.lafayette.edu>, Andreas KE<ouml>nig
+<doughera@lafayette.edu>, Andreas KE<ouml>nig
 <A.Koenig@franz.ww.TU-Berlin.DE>, Tim Bunce <Tim.Bunce@ig.co.uk.
 VMS support by Charles Bailey <bailey@newman.upenn.edu>.
 OS/2 support by Ilya Zakharevich <ilya@math.ohio-state.edu>.
index 31e0171..b627a8c 100755 (executable)
@@ -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
index 692a706..610aad8 100644 (file)
@@ -48,7 +48,7 @@ print OUT <<'!NO!SUBS!';
 # problem currently exists.
 #
 #  Version 1.00  Original.
-#  Version 1.01  Andy Dougherty <doughera@lafcol.lafayette.edu>
+#  Version 1.01  Andy Dougherty <doughera@lafayette.edu>
 #    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