Re: Integrating Module::Build and Dist::Zilla

2009-10-02 Thread Christopher J. Madsen
David Golden wrote: > On Fri, Oct 2, 2009 at 2:31 PM, Christopher J. Madsen wrote: >> 3. Reconstruct the MB object. Tempting, but as brian d foy found, it's >> not as simple as just calling Module::Build->resume. > > It should be easy in most cases. brian was expecting Module::Build to > rememb

Re: Integrating Module::Build and Dist::Zilla

2009-10-02 Thread Christopher J. Madsen
Eric Wilhelm wrote: > # from Christopher J. Madsen > # on Friday 02 October 2009 11:31: > >> As an install tool, MB must have minimal requirements. Since it only >> creates distributions, Dist::Zilla can have much steeper requirements > > I've been thinking of some way to separate the minimal pa

Re: Integrating Module::Build and Dist::Zilla

2009-10-02 Thread Eric Wilhelm
# from Christopher J. Madsen # on Friday 02 October 2009 11:31: >As an install tool, MB must have minimal requirements. Since it only >creates distributions, Dist::Zilla can have much steeper requirements I've been thinking of some way to separate the minimal parts. But orthogonal to that: >1.

Re: Integrating Module::Build and Dist::Zilla

2009-10-02 Thread David Golden
On Fri, Oct 2, 2009 at 2:31 PM, Christopher J. Madsen wrote: > 3. Reconstruct the MB object.  Tempting, but as brian d foy found, it's > not as simple as just calling Module::Build->resume. It should be easy in most cases. brian was expecting Module::Build to remember @INC at the time Build.PL c