Subject: | Dist::Zilla should detect & die if it's using old plugins |
MakeMaker::Awesome was broken because it used FixedPrereqs, but I didn't
notice because Dist::Zilla happily used FixedPrereqs.pm from an older DZ
version that I had in my @INC.
There should be a sanity check in Dist::Zilla that checks that all the
plugins in core (or known to have been in core) have the same $VERSION
value.
Alteratively FixedPrereqs.pm could still be included with C<die "Use
$this instead">.