Fix author requires to not fatally error on a single command Fix author test platform...
[catagits/Catalyst-Runtime.git] / README
1 Catalyst-Runtime
2 ================
3 This is the Runtime distribution for the Catalyst MVC framework.
4 For more information about Catalyst, write
5
6 $ perldoc Catalyst
7
8 at the command line, or visit http://www.catalystframework.org/.
9 You can also install Catalyst::Manual from CPAN for more
10 comprehensive information.
11
12 If you are going to write your own Catalyst application, you will
13 need to install Catalyst::Devel. Afterwards run catalyst.pl
14 for more information about creating your first app.