From: John Napiorkowski Date: Mon, 27 Jul 2015 14:20:26 +0000 (-0500) Subject: Merge branch 'cryptomail-master' X-Git-Tag: 5.90096~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6a7446627ba16c6012f76e097132403dc9201af0;hp=3231d3b2fc1ca121b7b9226ae3136d5995ac7dd1 Merge branch 'cryptomail-master' --- diff --git a/README.mkdn b/README.mkdn index d673134..3fcff0a 100644 --- a/README.mkdn +++ b/README.mkdn @@ -14,6 +14,11 @@ 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 . + perl Makefile.PL + # Install Catalyst::Devel for helpers and other development tools # use the helper to create a new application catalyst.pl MyApp