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

Tomas Doran bobtfish at bobtfish.net
Wed Sep 2 17:44:58 GMT 2009


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.

Cheers
t0m




More information about the Catalyst mailing list