[Catalyst-commits] r14186 - trunk/examples/CatalystAdvent/root/2011

dpetrov at dev.catalyst.perl.org dpetrov at dev.catalyst.perl.org
Tue Dec 6 09:34:20 GMT 2011


Author: dpetrov
Date: 2011-12-06 09:34:20 +0000 (Tue, 06 Dec 2011)
New Revision: 14186

Modified:
   trunk/examples/CatalystAdvent/root/2011/4.pod
Log:
Add summary

Modified: trunk/examples/CatalystAdvent/root/2011/4.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2011/4.pod	2011-12-06 09:21:46 UTC (rev 14185)
+++ trunk/examples/CatalystAdvent/root/2011/4.pod	2011-12-06 09:34:20 UTC (rev 14186)
@@ -90,6 +90,17 @@
 
 =head2 Summary
 
+Perlbrew, local::lib and cpanminus are some awesome tools which can be really
+helpful during your development. They are extremely helpful if you don't have
+root access or you don't want to deal with all your modules locally. In
+addition you can always use something like L<App::cpanoutdated> and test your
+codebase against latest modules releases simple like that:
+
+  cpanm App::cpanoutdated
+  cpan-outdated | cpanm
+
+and if something goes wrong you can always start from scratch: C<rm -r ~/perl5>
+
 =head1 AUTHOR
 
 Dimitar Petrov <mitakaa at gmail.com>




More information about the Catalyst-commits mailing list