This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78fecfc
)
defsubs_h.PL: Use correct variable in error msg
author
Karl Williamson
<khw@khw-desktop.(none)>
Mon, 19 Jul 2010 23:15:51 +0000
(17:15 -0600)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Thu, 29 Jul 2010 10:10:18 +0000
(12:10 +0200)
ext/B/defsubs_h.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/defsubs_h.PL
b/ext/B/defsubs_h.PL
index
684ca26
..
98a3e8b
100644
(file)
--- a/
ext/B/defsubs_h.PL
+++ b/
ext/B/defsubs_h.PL
@@
-7,7
+7,7
@@
my (undef, $headerpath) = @ARGV;
my ($out) = __FILE__ =~ /(^.*)\.PL/i;
$out =~ s/_h$/.h/;
unlink $out if -l $out;
-open(OUT,">$out") || die "Cannot open $
file
:$!";
+open(OUT,">$out") || die "Cannot open $
out
:$!";
print "Extracting $out...\n";
print OUT <<"END";
/*