Skip Menu |

This queue is for tickets about the Module-Install-ProvidesClass CPAN distribution.

Report information
The Basics
Id: 46110
Status: resolved
Priority: 0/
Queue: Module-Install-ProvidesClass

People
Owner: Nobody in particular
Requestors: KENTNL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.000001_01
Fixed in: 0.000001_99



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
Fixed in dev release, non dev release to follow shortly.