Hello everyone,

First off, beware, I'm a bit nutty when it comes to configuration
management. I've recently deployed a Hudson instance and wanted to move some
Catalyst projects into it. What I'd like to solicit feedback on here is: *how
are you managing your Perl dependencies in these build systems? *Here's some
goals I have:

   - do not assume any non-core modules are installed on the build platform
   - use specific version of modules in the built product - product is a
   Catalyst website for example (@inc or use lib)
   - need to archive specific version of CPAN dependencies offline; this
   means we can recreate a product without an internet connection
   - allow for the rebuild of dependencies when the build platform has
   changed; this is meant to address a platform change from 32bit to 64bit

What I'm looking at is either using local::lib or PREFIX & LIB w/ cpan. What
do you think?

Thanks in advance,
-nicholas
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to