diff options
author | Gurusamy Sarathy <gsar@engin.umich.edu> | 1997-04-23 00:00:00 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-23 00:00:00 +1200 |
commit | 10dd38fc8440f4e4fcf5c186239fc21ecb05d6cb (patch) | |
tree | cad206d12bd750a8551caec94456ed764daefc9b /lib/AutoSplit.pm | |
parent | 34cda023447cc35a1b9e90871460e035dddae4de (diff) | |
download | perl-10dd38fc8440f4e4fcf5c186239fc21ecb05d6cb.tar.gz |
Win32 update (two patches)
Diffstat (limited to 'lib/AutoSplit.pm')
-rw-r--r-- | lib/AutoSplit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoSplit.pm b/lib/AutoSplit.pm index 03d76e66c3..2fd0cac32d 100644 --- a/lib/AutoSplit.pm +++ b/lib/AutoSplit.pm @@ -198,7 +198,7 @@ sub autosplit_file{ die "Package $package ($modpname.pm) does not match filename $filename" unless ($filename =~ m/\Q$modpname.pm\E$/ or - ($^O eq "msdos") or + ($^O eq "msdos") or ($^O eq 'MSWin32') or $Is_VMS && $filename =~ m/$modpname.pm/i); my($al_idx_file) = "$autodir/$modpname/$IndexFile"; |