public
Description: The Elegant MVC Web Application Framework
Homepage:
Clone URL: git://github.com/rafl/catalyst-runtime.git
name age message
file .gitignore Wed Apr 29 06:34:30 -0700 2009 .gitignore t/tmp. git-svn-id: http://dev.catal... [rafl]
file Changes Sun Dec 06 05:04:50 -0800 2009 Skip on win32, hopefully we'll get a better ans... [t0m]
file MANIFEST.SKIP Mon Aug 31 18:09:29 -0700 2009 t/author in MANFEST git-svn-id: http://dev.cat... [t0m]
file Makefile.PL Mon Nov 30 15:20:12 -0800 2009 r12121@t0mlaptop (orig r12086): t0m | 2009-11... [t0m]
file README Fri Oct 17 07:57:35 -0700 2008 minor text update git-svn-id: http://dev.catal... [marcus]
file TODO Mon Aug 31 18:11:45 -0700 2009 Changelog git-svn-id: http://dev.catalyst.perl... [t0m]
directory lib/ Sun Dec 06 08:31:52 -0800 2009 Undocument $request->user. git-svn-id: http://... [rafl]
directory script/ Thu Nov 26 15:40:27 -0800 2009 Pass app name into constructor git-svn-id: htt... [t0m]
directory t/ Sun Dec 06 05:04:50 -0800 2009 Skip on win32, hopefully we'll get a better ans... [t0m]
README
Catalyst-Runtime
================
This is the Runtime distribution for the Catalyst MVC framework.
For more information about Catalyst, write

$ perldoc Catalyst

at the command line, or visit http://www.catalystframework.org/.
You can also install Catalyst::Manual from CPAN for more
comprehensive information.

If you are going to write your own Catalyst application, you will
need to install Catalyst::Devel. Afterwards run catalyst.pl
for more information about creating your first app.