X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=README.mkdn;h=74be19dd61f85390fb053bd05d688d2d8379e095;hp=d6731340da2ba2ec6d006b957aebcaa1d2ebe888;hb=6ed75978febef041904175e1c319c2698568db28;hpb=a33b4294dc789023e4de5772e410f9b6bcfb39cb diff --git a/README.mkdn b/README.mkdn index d673134..74be19d 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 @@ -2089,6 +2094,8 @@ konobi: Scott McWhirter marcus: Marcus Ramberg +Mischa Spiegelmock + miyagawa: Tatsuhiko Miyagawa mgrimes: Mark Grimes