Subject: | Increase minimum EU::MM and protect additional args depending on version |
Dist::Zilla should require a minimum EU::MM of 6.31, which is when
INSTALL_BASE was added. LICENSE was also available in 6.31, so it no
longer would need to be deleted from args.
However, the following need to be deleted depending on EU::MM version:
CONFIGURE_REQUIRES (added in 6.52)
BUILD_REQUIRES (added in 6.56)
-- David