X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=README;fp=README;h=dc77029c25b1958c89b71f35cb3d5f75244cd4e7;hp=0000000000000000000000000000000000000000;hb=6d101604fe520a4aa471409b971853af9e6e9c35;hpb=73e131a9b88da13657dbebf049a6c9cf18a31b83 diff --git a/README b/README new file mode 100644 index 0000000..dc77029 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +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. Having done that, see catalyst.pl +for more information about creating your first app.