X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=78158e6882a6a34b0455ecc91089cf5ee94f2c06;hb=0b60bbb5b9d7bd37b028ba4833a379b32e7b0eb7;hp=73deb264271117292a89f89a26c1468c951869e6;hpb=08ae25e9778ecddbda5d44e2b5db9c17a6ec7741;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 73deb26..78158e6 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -188,7 +188,15 @@ 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