[Catalyst] How to use local::lib

Dave Rolsky autarch at urth.org
Tue Jun 23 14:01:06 GMT 2009


On Tue, 23 Jun 2009, Tobias Kremer wrote:

> Cool, but what I really meant to ask was: Is it possible to require a
> specific version in your Makefile.PL and have only this version
> installed during "make installdeps"? :) This would possibly solve most
> of the CPAN-related deployment problems.

FWIW, Module::Build does support this sort of specificity:

   prereqs => { 'Test::More', '== 0.55',
                'Moose',      '> 0.81, != 0.82',
              }


-dave

/*============================================================
http://VegGuide.org               http://blog.urth.org
Your guide to all that's veg      House Absolute(ly Pointless)
============================================================*/



More information about the Catalyst mailing list