VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
Gurusamy Sarathy [Sun, 24 Oct 1999 11:39:42 +0000 (11:39 +0000)]
p4raw-id: //depot/perl@4435

ext/B/defsubs_h.PL

index dc4275b..80ef936 100644 (file)
@@ -2,7 +2,7 @@
 # this file as a template for defsubs.h
 # Extracting defsubs.h (with variable substitutions)
 #!perl
-my ($out) = __FILE__ =~ /(^.*)\.PL/;
+my ($out) = __FILE__ =~ /(^.*)\.PL/i;
 $out =~ s/_h$/.h/;
 open(OUT,">$out") || die "Cannot open $file:$!";
 print "Extracting $out...\n";