From: Joshua Teitelbaum Date: Mon, 27 Jul 2015 08:14:07 +0000 (-0700) Subject: getting catalyst to build X-Git-Tag: 5.90096~6^2^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=136c3a0d6a7add94f0419f8a4c4aeac74070aeec getting catalyst to build --- diff --git a/README.mkdn b/README.mkdn index d673134..85bbebf 100644 --- a/README.mkdn +++ b/README.mkdn @@ -14,6 +14,10 @@ Catalyst - The Elegant MVC Web Application Framework See the [Catalyst::Manual](https://metacpan.org/pod/Catalyst::Manual) distribution for comprehensive documentation and tutorials. + # Building Catalyst for development + cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) + cpanm --installdeps --with-develop . + # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application catalyst.pl MyApp