This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Aug 2011 12:58:21 +0000 (14:58 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Aug 2011 09:34:37 +0000 (11:34 +0200)
commit321600e11320143624e3eb397de01526d976a1af
tree8fa70970d2b8e6067b5efcefa93433bed60b94d8
parentb78dc5b5aa541cd7ab0f2e7158cac2473704b688
In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.

This simplifies the code, and eliminates 5 lexicals used solely to hold
filename constants.
makedef.pl