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=b9f30a3366c1f3249d9aae03b15d2272b353c7a3;hp=3404ca2ee0aab6098e771bc1d4672a5142f73034;hb=40a01e5b4dd60e39c9682bca643de0b240b1b07c;hpb=3dfcf16a80948793046ece8b2bde7f5272d5a7bb diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 3404ca2..b9f30a3 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