Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dist-Zilla-Plugin-ModuleInstall CPAN distribution.

Report information
The Basics
Id: 61170
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-ModuleInstall

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

Bug Information
Severity: (no value)
Broken in:
  • 0.01002219
  • 0.01029216
Fixed in: 0.01054020



Subject: wrong inc::module::install prereq
the module lists inc::module::install as a prereq. i guess this is just wrong.
On 2010-09-09 00:20:24, JQUELIN wrote:
Show quoted text
> the module lists inc::module::install as a prereq. i guess this is just
> wrong.

Joyously, I'm using Autopreq, and it fails because it sees 'inc::Module::Install" in Makefile.PL and doesn't realise that the file is shipped in inc/

I'm tempted to punt this over to Autopreq as a bug, because I don't feel like I should have to work out how to mangle an exception rule deep into my @ =)

Thoughts?

On Wed Sep 08 18:41:30 2010, KENTNL wrote: Show quoted text
> On 2010-09-09 00:20:24, JQUELIN wrote:
> > the module lists inc::module::install as a prereq. i guess this is
> just
> > wrong.
> > Joyously, I'm using Autopreq, and it fails because it sees > 'inc::Module::Install" in Makefile.PL and doesn't realise that the > file is > shipped in inc/
as the original author of autoprereq, i feared you'd answer that... however, it's now part of core dzil, so i guess ricardo will have to chime in. Show quoted text
> I'm tempted to punt this over to Autopreq as a bug, because I don't > feel like I > should have to work out how to mangle an exception rule deep into my @ > =) > > Thoughts?
i think that autoprereq now accepts a dzil finder - not 100% sure thought. other than that, maybe autoprereq could automatically prune modules matching /^inc::/ since they are likely to be not relevant.
Finally found the tuits to  add a simple exclusion rule to my @, and its used in the latest release 0.01054020 , which should resolve this problem.

Until it hits the CPAN visibly you can check the code here: https://github.com/kentfredric/Dist-Zilla-Plugin-ModuleInstall/tree/0.01054020

Marking as resolved unless you decide it isn't =).