summaryrefslogtreecommitdiff
path: root/utils/h2xs.PL
diff options
context:
space:
mode:
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r--utils/h2xs.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 81e27c9407..7e54d49acf 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -880,7 +880,7 @@ if ($^O eq 'VMS') {
# Fix up for case-sensitive file systems
s/$modfname/$modfname/i && next;
$_ = "\U$_" if $_ eq 'manifest' or $_ eq 'changes';
- $_ = 'Makefile.PL' if $_ = 'makefile.pl';
+ $_ = 'Makefile.PL' if $_ eq 'makefile.pl';
}
}
print MANI join("\n",@files);