diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:24:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-28 02:24:44 +0000 |
commit | 0536e0eb9430aabbd7108b476aed1956f9be68df (patch) | |
tree | a4bc09b8cade81d816e436455a973bd0bc766089 /ext | |
parent | bd0dd1d83c04650dba1d85f284d68152ddb80c5c (diff) | |
download | perl-0536e0eb9430aabbd7108b476aed1956f9be68df.tar.gz |
pod edits from Paul Marquess and Mark-Jason Dominus
p4raw-id: //depot/perl@4711
Diffstat (limited to 'ext')
-rw-r--r-- | ext/DynaLoader/dl_aix.xs | 2 | ||||
-rw-r--r-- | ext/DynaLoader/dl_dlopen.xs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/DynaLoader/dl_aix.xs b/ext/DynaLoader/dl_aix.xs index 798ed58d31..f845681ae1 100644 --- a/ext/DynaLoader/dl_aix.xs +++ b/ext/DynaLoader/dl_aix.xs @@ -558,7 +558,7 @@ static int readExports(ModulePtr mp) /* dl_dlopen.xs * * Platform: SunOS/Solaris, possibly others which use dlopen. - * Author: Paul Marquess (pmarquess@bfsec.bt.co.uk) + * Author: Paul Marquess (Paul.Marquess@btinternet.com) * Created: 10th July 1994 * * Modified: diff --git a/ext/DynaLoader/dl_dlopen.xs b/ext/DynaLoader/dl_dlopen.xs index 94cd0173a1..0746bc5ea5 100644 --- a/ext/DynaLoader/dl_dlopen.xs +++ b/ext/DynaLoader/dl_dlopen.xs @@ -1,7 +1,7 @@ /* dl_dlopen.xs * * Platform: SunOS/Solaris, possibly others which use dlopen. - * Author: Paul Marquess (pmarquess@bfsec.bt.co.uk) + * Author: Paul Marquess (Paul.Marquess@btinternet.com) * Created: 10th July 1994 * * Modified: |