summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-05 01:32:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-05 01:32:47 +0000
commit2449e4202a9590907f247b45c22d370dbaebe57b (patch)
treec27a04402614b20188b11a723f122062e8430640 /ext/Errno
parent7b73750b5a41fc46df74c6272e94cb66ecaa5264 (diff)
downloadperl-2449e4202a9590907f247b45c22d370dbaebe57b.tar.gz
integrate change#3081 from maint-5.005
p4raw-link: @3081 on //depot/maint-5.005/perl: a6271dd4063b034652af796970511ff6cbdf52bc p4raw-id: //depot/perl@3083 p4raw-integrated: from //depot/maint-5.005/perl@3082 'copy in' ext/Errno/Errno_pm.PL (@2710..)
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Errno_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index f312a6cfaa..c0598a4acd 100644
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -105,7 +105,7 @@ sub get_files {
$pat = '^#(?:line)?\s*\d+\s+"([^"]+)"';
}
while(<CPPO>) {
- if ($^O eq 'os2') {
+ if ($^O eq 'os2' or $^O eq 'MSWin32') {
if (/$pat/o) {
my $f = $1;
$f =~ s,\\\\,/,g;