Re: declaring meta info in a .pm (but really: bundling)

2009-09-07 Thread David Golden
On Mon, Sep 7, 2009 at 4:55 PM, David E. Wheeler wrote: > On Sep 7, 2009, at 11:24 AM, Eric Wilhelm wrote: > >>  https://svn.perl.org/modules/Module-Build/trunk/contrib/bundle.pl >> >> What is missing is: >>  1) some interface to 1-step-setup the bundle, >>  2) detection/updating the bundled versio

Re: declaring meta info in a .pm (but really: bundling)

2009-09-07 Thread David E. Wheeler
On Sep 7, 2009, at 11:24 AM, Eric Wilhelm wrote: https://svn.perl.org/modules/Module-Build/trunk/contrib/bundle.pl What is missing is: 1) some interface to 1-step-setup the bundle, 2) detection/updating the bundled version before release, 3) testing 4) Documentation (most likely following

Re: declaring meta info in a .pm (but really: bundling)

2009-09-07 Thread Nicholas Clark
On Mon, Sep 07, 2009 at 11:24:23AM -0700, Eric Wilhelm wrote: > # from Nicholas Clark > # on Monday 07 September 2009 11:11: > > >I believe (but I may be wrong) that the plan with bundling was to use > > the newer of the bundled and any installed version, to avoid the > > problem that has happened

Re: declaring meta info in a .pm (but really: bundling)

2009-09-07 Thread Eric Wilhelm
# from Nicholas Clark # on Monday 07 September 2009 11:11: >I believe (but I may be wrong) that the plan with bundling was to use > the newer of the bundled and any installed version, to avoid the > problem that has happened with M::I whereby a bug fix in M::I means > that module authors need to u