From: Jesse Sheidlower Date: Sun, 25 Dec 2005 03:25:06 +0000 (+0000) Subject: minor typos in welcome page in Catalyst.pm X-Git-Tag: 5.7099_04~766 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60dd6e1dd01a67d12445740b913e1ac2c711fe76;p=catagits%2FCatalyst-Runtime.git minor typos in welcome page in Catalyst.pm --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 7310d71..b04806c 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -784,7 +784,7 @@ sub welcome_message {

Welcome to the wonderful world of Catalyst. This MVC framework will make web development something you had - never expected it to be: Fun, rewarding and quick.

+ never expected it to be: Fun, rewarding, and quick.

What to do now?

That really depends on what you want to do. We do, however, provide you with a few starting points.

@@ -795,12 +795,12 @@ perldoc controllers, - models and - views, + 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 - collection of plugins for Catalyst on CPAN, + collection of plugins for Catalyst on CPAN; you are likely to find what you need there.