X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=798b51c3abdb116233cc1fbb242624c68dcd37ca;hb=56d8daebfb3b83c215625ae0fd3fddce455851c6;hp=b05112a126ce9c95083827a805b14af87a829968;hpb=9ecc267238aa4b8b7e09ef834c08f5a7b5351771;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index b05112a..798b51c 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -15,7 +15,7 @@ is to install the Catalyst bundle from CPAN: This will retrieve Catalyst and a number of useful extensions and install them for you. This process might not be totally painless -though, and you might want to look at CatInABox +though, and you might want to look at CatInABox at L, especially if you are on a system that lacks a compiler. @@ -25,7 +25,7 @@ on a system that lacks a compiler. Catalyst includes a helper script, C, that will set up a skeleton application for you: - $ catalyst tutorial + $ catalyst.pl tutorial created "tutorial" created "tutorial/script" @@ -58,7 +58,7 @@ Catalyst provides: | /default | tutorial | '--------------------------------------+---------------------------------------' - [...] [catalyst] [info] tutorial powered by Catalyst 5.66 + [...] [catalyst] [info] tutorial powered by Catalyst 5.67 You can connect to your server at http://localhost:3000 (Note that each line logged by Catalyst begins with a timestamp, which has @@ -80,7 +80,7 @@ and hit return twice): Content-Length: 5525 Content-Type: text/html; charset=utf-8 Status: 200 - X-Catalyst: 5.66 + X-Catalyst: 5.67 [...] Connection closed by foreign host. @@ -110,7 +110,7 @@ helper script, C