On Fri, May 27, 2011 at 09:04:25AM -0500, Chris Bennett wrote: > I submitted a couple of new perl and an update. Those had a very short number > of run and build > depends. Another 2 new ones I am looking at have really large lists for make > print-run-depends > and make print-build-depends. > > One of the other ones I did had a set of depends that all were requirements > of p5-Moose, but just > using that as build and run depend would not build. Errored out. I added some > of those and built > fine. > > How should I be dealing with this? Just adding what building says is missing > dependency? >
Sounds like Module::Install behaviour, if so CONFIGURE_STYLE=modinst should help. Simon
