Re: [Module::Build] [PATCH] ppm_dist action
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2004-01-14 04:50:34
|
On 1/13/2004 11:31 PM, Glenn Linderman wrote: > On approximately 1/13/2004 6:46 PM, came the following characters from > the keyboard of Randy W. Sims: > >>> * For backwards compatibility (not really sure it's neccessary at >>> this point, but...) I'd suggest leaving the 'ppd' action as is, and >>> create a new 'ppm_dist' action that runs the 'ppd' action and creates >>> an archive of the blib directory, running the 'build' action if >>> neccessary. Ken? >> >> >> >> Attached is a patch that adds a new 'ppm_dist' action. It accepts a >> 'codebase' argument just like the 'ppd' action. This action runs the >> 'ppd' action and then builds an archive of the blib directory. Glenn, >> this should allow you to "install on the same machine it is built on". >> The 'ppd' action remains unchanged. Please let me know if this patch >> is correct. > > > Perhaps it is correct, but I can't apply it to whatever version of > Base.pm I have... which claims to be 0.21_02 To make it easier, I've put a snapshot of the current CVS + this patch at <http://www.thepierianspring.org/Module-Build.zip>. Randy. |