X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=db478f3991862e0806474f6b12e15cc261b39ece;hb=ad9bffa7e6396bd7a917b60ca114dc8d7761ffd0;hp=5b0e973ef95585425cbc3f57585eed807b12c3f0;hpb=67dde50d182d6dc1d9c2fed3ec6b4ff3384bb56d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 5b0e973..db478f3 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