summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Collins <dcollinsn@gmail.com>2016-06-08 15:42:11 -0400
committerLukas Mai <l.mai@web.de>2016-06-20 20:48:24 +0200
commit93e53d65b0b29c674bff7d23eff34925a1e79526 (patch)
treec9429ad834308afd7ed9838f05e377c294ecd237
parent323565712651fcba2b32b0b34a5e12fc169e3330 (diff)
downloadperl-93e53d65b0b29c674bff7d23eff34925a1e79526.tar.gz
Remove references to USENET from ext/
-rw-r--r--ext/DynaLoader/DynaLoader_pm.PL2
-rw-r--r--ext/DynaLoader/dl_dlopen.xs3
2 files changed, 2 insertions, 3 deletions
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index e828f35757..aeba743cb8 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -85,7 +85,7 @@ package DynaLoader;
# Tim.Bunce@ig.co.uk, August 1994
BEGIN {
- $VERSION = '1.38';
+ $VERSION = '1.39';
}
EOT
diff --git a/ext/DynaLoader/dl_dlopen.xs b/ext/DynaLoader/dl_dlopen.xs
index 172da13ce7..c166882638 100644
--- a/ext/DynaLoader/dl_dlopen.xs
+++ b/ext/DynaLoader/dl_dlopen.xs
@@ -88,8 +88,7 @@
Dean Roerich's Perl 5 API document. Also, have a look in the typemap
file (in the ext directory) for a fairly comprehensive list of types
that are already supported. If you are completely stuck, I suggest you
- post a message to perl5-porters, comp.lang.perl.misc or if you are really
- desperate to me.
+ post a message to perl5-porters.
Remember when you are making any changes that the return value from
dl_load_file is used as a parameter in the dl_find_symbol