show output of reloaded server after updating an action
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 07_Debugging.pod
index 43f913b..1644a85 100644 (file)
@@ -93,7 +93,7 @@ template view use:
 
     [% c.log.debug("This is a test log message") %]
 
-As with many other logging facilities, you a method is defined for
+As with many other logging facilities, a method is defined for
 each of the following "logging levels" (in increasing order of
 severity/importance):
 
@@ -311,7 +311,7 @@ debugging:
 
 Check the version of an installed module:
 
-    perl -ME<lt>mod_nameE<gt> -e '"print $E<lt>mod_nameE<gt>::VERSION\n"'
+    perl -M<mod_name> -e 'print "$<mod_name>::VERSION\n"'
 
 For example: