From 1c1c7f20b839aeb1c04942d0884c3efb087d3e4a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 28 Feb 1998 23:11:00 +0000 Subject: [win32] misc small tweaks - AutoLoader fix for long::pack::names - d_mymalloc can be set from makefiles now - make search.pl actually work on win32 - revert podoc about $^E on OS/2 (per Ilya's wishes) p4raw-id: //depot/win32/perl@606 --- lib/AutoLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/AutoLoader.pm') diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index 2773a90f10..46e0a4be7a 100644 --- a/lib/AutoLoader.pm +++ b/lib/AutoLoader.pm @@ -73,7 +73,7 @@ sub import { # 'auto/POSIX/autosplit.ix' (without the leading 'lib'). # - (my $calldir = $callpkg) =~ s#::#/#; + (my $calldir = $callpkg) =~ s#::#/#g; my $path = $INC{$calldir . '.pm'}; if (defined($path)) { # Try absolute path name. -- cgit v1.2.1