Subject: | Module::Build dependency should be in configure_requires |
* install Module::Build < 0.33
* try to install UNIVERSAL::can with CPAN/CPANPLUS
* they upgrade M::B for build_requires
* CPAN/CPANPLUS do not know to reinvoke Build.PL with the new M::B, so
./Build fails
Adding it to configure_requires should fix this.