By default @INC = (qw{C:/Perl/site/lib C:/Perl/lib .})
so it searches for modules in this order, at least as far as I remember. The problem is that C:/Perl/site/lib/ActivePerl/DocTools.pm doesn't have UpdateHTML_blib() function.
But this function exusts in C:/Perl/lib/ActivePerl/DocTools.pm, so you have two ways of fixing it:
- copy C:/Perl/lib/ActivePerl/DocTools.pm C:/Perl/site/lib/ActivePerl # which I did and it works
- modify makefile to correct @INC # didn't check but should work.
HTH,
Alex.
댓글 없음:
댓글 쓰기