This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, no need to store 'config.h' in a variable.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 11:40:33 +0000 (13:40 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 09:34:36 +0000 (11:34 +0200)
commit762c82dbe6c62c316460d460b99a834fe6ad69ea
treefdbf3e055053a9385c2c30d5a0cd7e77bc303003
parent5810a9df535b520e92fdee246a94d22d00cd0aad
In makedef.pl, no need to store 'config.h' in a variable.

Unlike the other files opened by makedef.pl, config.h is always opened in the
current directory, so the filename doesn't modifying if $ARGS{TARG_DIR} is set.
makedef.pl