Subject: | Causes using modules to fail build w/ missing dep |
One of my build failures:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/05/msg3865744.html
Makefile.PL deps inc::M::I::ProvidesClass , which deps File::Find::Rule
and File::Find::Rule::Perl, which are not core.
Methinks adding those 2 records dynamically into META.yml by way of
build_requires should solve this.
Here is a patch on my github fork to that effect:
http://github.com/kentfredric/module-install-providesclass/commit/87e5f63c7e3a143137c574943a1128d18e6b909e
Also, while digging around I found that one of M.I.PC's tests need moose:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/05/msg3805941.html
Which I also patched on my repository:
http://github.com/kentfredric/module-install-providesclass/commit/96b2215c7dcb9b2d01a1e889de48ac8e5aa021c7