X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=eb44a14920c01583373aa057e0858d77c8f51f77;hp=6a6fe2c010827875380c74a485c912b3ee8c44ba;hb=80267996ccba9e9c1cad4fe10f4ecef33c1b1d4b;hpb=78da9e75dbdaaebbda2f57bd4fae884224fc5a47 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 6a6fe2c..eb44a14 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1553,18 +1553,18 @@ sub welcome_message { We do, however, provide you with a few starting points.

If you want to jump right into web development with Catalyst you might want to start with a tutorial.

-
perldoc Catalyst::Manual::Tutorial
+
perldoc Catalyst::Manual::Tutorial
 

Afterwards you can go on to check out a more complete look at our features.

-perldoc Catalyst::Manual::Intro
+perldoc Catalyst::Manual::Intro
 
 

What to do next?

Next it's time to write an actual application. Use the - helper scripts to generate controllers, - models, and - views; + helper scripts to generate controllers, + models, and + views; they can save you a lot of work.

script/${prefix}_create.pl --help

Also, be sure to check out the vast and growing