Merge branch 'check_return_of_write_to_psgi_input' of https://github.com/billmoseley...
[catagits/Catalyst-Runtime.git] / README.mkdn
index 318faab..74be19d 100644 (file)
@@ -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