From: Brian Cassidy Date: Wed, 7 May 2008 13:23:04 +0000 (+0000) Subject: Fix grammar on welcome page (RT #33236) X-Git-Tag: 5.7099_04~84 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7a44a0d2a16d3c7ec4eca6aa5aa02b7b4a7f9265 Fix grammar on welcome page (RT #33236) --- diff --git a/Changes b/Changes index 84ffa20..9d92997 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,7 @@ - Fixed bug in HTTP engine where the connection was not closed properly if the client disconnected before sending any headers. (Ton Voon) - POD fix, IO::FileHandle => IO::Handle (RT #35690) + - Fix grammar on welcome page (RT #33236) 5.7012 2007-12-16 23:44:00 - Fix uri_for()'s and uri_with()'s handling of multibyte chars diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index b27f090..9e51a9d 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1096,7 +1096,7 @@ sub welcome_message {

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

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

+ you might want to start with a tutorial.

perldoc Catalyst::Manual::Tutorial
 

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