X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FCatalystBasics.pod;h=db00bcee7ec2c3bb8fdaa98028f16e665a7a86cd;hb=13852f978caf002dab00728e7f6d03c30c3c9560;hp=60fafc341716a5893b2c271701a1d6369479a73d;hpb=565d379bd2c3005efb454c099f0e380e1901776e;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 60fafc3..db00bce 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -107,8 +107,7 @@ B: Note that all of the code for this part of the tutorial can be pulled from the Catalyst Subversion repository in one step with the following command: - svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@### - IMPORTANT: Does not work yet. Will be completed for final version. + svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial@4609 . =head1 CREATE A CATALYST PROJECT @@ -162,7 +161,7 @@ application with the built-in development web server: | /end | MyApp::Controller::Root | end | '----------------------+--------------------------------------+--------------' - [info] MyApp powered by Catalyst 5.70_03 + [info] MyApp powered by Catalyst 5.7000 You can connect to your server at http://localhost.localdomain:3000 Point your web browser to L (substituting a @@ -177,8 +176,8 @@ server: .----------------------------------------------------------------+-----------. | Action | Time | +----------------------------------------------------------------+-----------+ - | /default | 0.000006s | - | /end | 0.000007s | + | /default | 0.069475s | + | /end | 0.085305s | '----------------------------------------------------------------+-----------' Press Ctrl-C to break out of the development server.