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