This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Follow that camel ... another sync.
[perl5.git] / ext / B / defsubs_h.PL
index 78c82f2..80ef936 100644 (file)
@@ -2,8 +2,7 @@
 # this file as a template for defsubs.h
 # Extracting defsubs.h (with variable substitutions)
 #!perl
-my ($out) = __FILE__ =~ /(^.*)\.PL/;
-if ($^O eq 'VMS') { ($out) = __FILE__ =~ /^(.+)_PL$/i; }
+my ($out) = __FILE__ =~ /(^.*)\.PL/i;
 $out =~ s/_h$/.h/;
 open(OUT,">$out") || die "Cannot open $file:$!";
 print "Extracting $out...\n";