This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, read 4 configuration values direct from %Config.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Jul 2011 11:06:26 +0000 (13:06 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 1 Aug 2011 09:53:57 +0000 (11:53 +0200)
commitc051ff4cf8f3d5503f717f41689354da1d06f897
tree34b57089ae6b84364a7bccba4a54d6e1976efbd9
parent9cc55be8e5f70c3e3b4c1bc6fc65924d9d9a8de4
In makedef.pl, read 4 configuration values direct from %Config.

makedef.pl has been using Config since commit 9d6c7f2eccef26a6 in 2009.
Hence we can read them direct from %Config, instead of parsing config.sh
and storing the values in %define.
makedef.pl