From: Jesse Sheidlower Date: Sun, 25 Dec 2005 03:04:50 +0000 (+0000) Subject: typo in generated comment in Helper.pm X-Git-Tag: 5.7099_04~767 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=abaf08183216dad66e400fb160346f81ac8947b8 typo in generated comment in Helper.pm --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 9c83a9c..66a96ff 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -525,7 +525,8 @@ use warnings; # Set flags and add plugins for the application # # -Debug: activates the debug mode for very useful log messages -# Static::Simple: will serve static files from the applications root directory +# Static::Simple: will serve static files from the application's root +# directory # use Catalyst qw/-Debug Static::Simple/;