Merge branch 'master' of https://github.com/revmischa/catalyst-runtime into revmischa...
John Napiorkowski [Mon, 27 Jul 2015 14:22:23 +0000 (09:22 -0500)]
Changes
README.mkdn

diff --git a/Changes b/Changes
index f00d35b..db4e836 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90095 - TDB
+
 5.90094 - 2015-07-24
   - When there is a multipart POST request and the parts have extended
     HTTP headers, try harder to decode and squeeze a meaningful value
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