remove support for build_environment_vars_for's deactivate option
authorGraham Knop <haarg@haarg.org>
Sat, 12 Oct 2013 09:10:20 +0000 (05:10 -0400)
committerGraham Knop <haarg@haarg.org>
Sat, 14 Dec 2013 12:26:16 +0000 (07:26 -0500)
commit42c7045899d0144c1942b7873fbbb172940c96ae
tree122a029130bbce3cd1721a6d92b4d6d0cd145506
parentfbbea0e711888bb65a8f357e277f175c23f160da
remove support for build_environment_vars_for's deactivate option

When the deactivate option was added, it changed the signature of the
build_environment_vars_for method incompatibly.  This broke the CPAN.pm
bootstrapping process.  The deactivate option doesn't appear to be used
anywhere on CPAN except in error.

Since we don't need the interpolate option anymore, we can just ignore
any extra parameters.  This will fix CPAN.pm.
lib/local/lib.pm