Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 72778
Status: resolved
Priority: 0/
Queue: Dist-Zilla

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: how can AutoPrereqs pick up configure_requires automatically?
10:05 >cjm< rjbs: ping 10:05 <cjm> I need to add configure_requires to AutoPrereqs 10:06 <cjm> that looks to be simple 10:06 <cjm> the question is whether it's worth creating a built-in :ConfigureFiles finder 10:07 <cjm> that wouldn't catch much by default, because the standard MM/MB plugins don't add the file until after AutoPrereqs runs 10:07 <cjm> but it would catch people who don't use dzil to generate their Makefile.PL or Build.PL 10:08 <cjm> the alternative is to just have the default_finders list empty 10:09 <cjm> then it will never add configure_requires unless you explicitly set a configure_finder -- rjbs
I've added a pull request for this: https://github.com/rjbs/dist-zilla/pull/72 Right now, it just has the AutoPrereqs changes; configure_finder is empty by default.
I merged your code recently. -- rjbs