Which modules do you "allow" yourself to use for production?

Thalhammer, Jeffrey jeff at imaginative-software.com
Mon Jul 29 03:59:08 BST 2013


Lots of good advice in this thread.  And the timing is especially good,
since I'm bootstrapping a Perl startup at the moment (see
http://stratopan.com).

I would also suggest looking at Pinto (http://metacpan.org/module/Pinto)
for managing your dependencies.

I've used tons of CPAN modules for Stratopan.  But I'm not worried about
them because they are all frozen in a Pinto repository.

When I build the application, I always get the modules I want.  And Pinto
gives me some useful tools for managing upgrades in the future.

Cheers, and good luck!

-Jeff


More information about the london.pm mailing list