In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7fc107ddc1604a2609b74883c5addd8812aad822?hp=a0c9a42addb0f12cd063fe87f58c2fb2dbe069fb>
- Log ----------------------------------------------------------------- commit 7fc107ddc1604a2609b74883c5addd8812aad822 Author: David Leadbeater <[email protected]> Date: Sun Mar 13 14:26:18 2011 +0100 Remove the couple of references to AutoLoader that remained in DynaLoader after 0a0b6c96e6. ----------------------------------------------------------------------- Summary of changes: ext/DynaLoader/DynaLoader_pm.PL | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL index 91cf080..2020095 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() -- Perl5 Master Repository
