diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2002-11-20 04:40:33 -0500 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-12-11 10:16:05 +0000 |
commit | 36816da205b48bbba09819941eb7375eda5afbd9 (patch) | |
tree | 85eaaf0b43358083f62a0f9386344c8dfddc99aa /ext/ODBM_File | |
parent | 9c3dc5877366a4b76c59e7e1b537358b0b2bc2f8 (diff) | |
download | perl-36816da205b48bbba09819941eb7375eda5afbd9.tar.gz |
Remove stale e-mail addresses
Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@18282
Diffstat (limited to 'ext/ODBM_File')
-rw-r--r-- | ext/ODBM_File/hints/dec_osf.pl | 2 | ||||
-rw-r--r-- | ext/ODBM_File/hints/hpux.pl | 2 | ||||
-rw-r--r-- | ext/ODBM_File/hints/ultrix.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/ODBM_File/hints/dec_osf.pl b/ext/ODBM_File/hints/dec_osf.pl index febb7cdb21..70d721871f 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 <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//; diff --git a/ext/ODBM_File/hints/hpux.pl b/ext/ODBM_File/hints/hpux.pl index 31f9d24bca..b9b99ab8b5 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 <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' ; diff --git a/ext/ODBM_File/hints/ultrix.pl b/ext/ODBM_File/hints/ultrix.pl index 31f9d24bca..b9b99ab8b5 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 <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' ; |