From 7fc107ddc1604a2609b74883c5addd8812aad822 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sun, 13 Mar 2011 14:26:18 +0100 Subject: Remove the couple of references to AutoLoader that remained in DynaLoader after 0a0b6c96e6. --- ext/DynaLoader/DynaLoader_pm.PL | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'ext') 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 file or code can be added to the autoloadable -dl_expandspec() function in F. See F for -more information. +either in the F file or code can be added to the dl_expandspec() +function in F. See F for more information. =item dl_load_file() -- cgit v1.2.1