[Catalyst-commits] r7711 - in Catalyst-Runtime/5.70/trunk: . lib

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Wed May 7 14:23:05 BST 2008


Author: bricas
Date: 2008-05-07 14:23:04 +0100 (Wed, 07 May 2008)
New Revision: 7711

Modified:
   Catalyst-Runtime/5.70/trunk/Changes
   Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
Log:
Fix grammar on welcome page (RT #33236)

Modified: Catalyst-Runtime/5.70/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.70/trunk/Changes	2008-05-07 13:05:16 UTC (rev 7710)
+++ Catalyst-Runtime/5.70/trunk/Changes	2008-05-07 13:23:04 UTC (rev 7711)
@@ -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

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-05-07 13:05:16 UTC (rev 7710)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-05-07 13:23:04 UTC (rev 7711)
@@ -1096,7 +1096,7 @@
                  <p>That really depends  on what <b>you</b> want to do.
                     We do, however, provide you with a few starting points.</p>
                  <p>If you want to jump right into web development with Catalyst
-                    you might want want to start with a tutorial.</p>
+                    you might want to start with a tutorial.</p>
 <pre>perldoc <a href="http://cpansearch.perl.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Tutorial.pod">Catalyst::Manual::Tutorial</a></code>
 </pre>
 <p>Afterwards you can go on to check out a more complete look at our features.</p>




More information about the Catalyst-commits mailing list