[Catalyst] How to handle development vs production, required vs recommended module dependencies

Moritz Onken onken at houseofdesign.de
Wed Sep 2 21:10:48 GMT 2009


Am 02.09.2009 um 19:44 schrieb Tomas Doran:

>
> On 31 Aug 2009, at 02:44, Daniel Austin wrote:
>> Interested to hear how others might be handling this. It seems to  
>> work
>> for us but I'm still learning Module::Install.
>
> I tend to use the excellent Module::Install::AuthorRequires and  
> Module::Install::AuthorTests - as things which are not required will  
> not be installed / run on the author side, so in my opinion you get  
> less hassle by just requiring everything for authors who are  
> checking the code out of revision control.

Or create a second distribution MyApp::Devel which contains the devel  
modules only.

moritz



More information about the Catalyst mailing list