X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=0e4464508d93db8fdae5dbfaaafa4b12b0d2b8b4;hb=9e800f69753d858a230a0c48effd43457b07d3cc;hp=1d620bf190fd8d85ef387ed6f77129425fb8cb29;hpb=4cfbdfdba42801fbce9de80c0e3ff74d6531da3a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 1d620bf..0e44645 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