This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove redundant parameters to build_extension().
authorNicholas Clark <nick@ccl4.org>
Sun, 6 Sep 2009 17:50:13 +0000 (18:50 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Sep 2009 17:50:13 +0000 (18:50 +0100)
commitacb65a20b3f3b0f0cee262142e279624eaae58bb
treee1d5a7e9bb57fa119d6e214329ad9cef9cb665d7
parentfc1ac930483873cfad5aed4f6cd7739614b9dcc4
Remove redundant parameters to build_extension().

$ext isn't used. $return_dir is just $up, and $up can be calculated from
$ext_dir. $lib_dir and the default for $perl can be inferred from $up.
make_ext.pl