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)]
1  2 
README.mkdn

diff --combined README.mkdn
@@@ -14,11 -14,6 +14,11 @@@ Catalyst - The Elegant MVC Web Applicat
  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
@@@ -2094,6 -2089,8 +2094,8 @@@ konobi: Scott McWhirter <konobi@cpan.or
  
  marcus: Marcus Ramberg <mramberg@cpan.org>
  
+ Mischa Spiegelmock <revmischa@cpan.org>
  miyagawa: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
  
  mgrimes: Mark Grimes <mgrimes@cpan.org>