This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
h2xs missing from utils/Makefile
[perl5.git] / utils / pl2pm.PL
index 7c187ad..55a8d2e 100644 (file)
@@ -14,6 +14,7 @@ use File::Basename qw(&basename &dirname);
 # This is so that make depend always knows where to find PL derivatives.
 chdir dirname($0);
 $file = basename($0, '.PL');
+$file .= '.com' if $^O eq 'VMS';
 
 open OUT,">$file" or die "Can't create $file: $!";