summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2011-03-13 14:26:18 +0100
committerSteffen Mueller <smueller@cpan.org>2011-03-13 15:20:04 +0100
commit7fc107ddc1604a2609b74883c5addd8812aad822 (patch)
tree1bf762fc8617687bc6063fdec615c662cc318137 /ext
parenta0c9a42addb0f12cd063fe87f58c2fb2dbe069fb (diff)
downloadperl-7fc107ddc1604a2609b74883c5addd8812aad822.tar.gz
Remove the couple of references to AutoLoader that remained in
DynaLoader after 0a0b6c96e6.
Diffstat (limited to 'ext')
-rw-r--r--ext/DynaLoader/DynaLoader_pm.PL8
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 91cf080e1e..20200958f8 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -262,9 +262,6 @@ sub bootstrap_inherit {
bootstrap(@_);
}
-# The bootstrap function cannot be autoloaded (without complications)
-# so we define it here:
-
sub bootstrap {
# use local vars to enable $module.bs script to edit values
local(@args) = @_;
@@ -722,9 +719,8 @@ Some unusual systems, such as VMS, require special filename handling in
order to deal with symbolic names for files (i.e., VMS's Logical Names).
To support these systems a dl_expandspec() function can be implemented
-either in the F<dl_*.xs> file or code can be added to the autoloadable
-dl_expandspec() function in F<DynaLoader.pm>. See F<DynaLoader.pm> for
-more information.
+either in the F<dl_*.xs> file or code can be added to the dl_expandspec()
+function in F<DynaLoader.pm>. See F<DynaLoader_pm.PL> for more information.
=item dl_load_file()