X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=6bd418c044e0ff141b78d1980fe3a132d02f00e1;hp=18ed64577d9002345c62dba5013225ad101cd532;hb=f588643fa29e325f98c4be9d714ca51439989639;hpb=3d0b2e0b0e6d80f6d419d22a6b504935af6dc84f diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 18ed645..6bd418c 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -188,13 +188,20 @@ Run the following command to start up the built-in development web server (make sure you didn't forget the "C" from the previous step): - $ script/hello_server.pl +B: The "-r" argument enables reloading on code changes so you +don't have to stop and start the server when you update code. See +C or C