Fix typos in appendix emacs note and misplaced quote in 07_Debugging.pod - Thanks...
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 07_Debugging.pod
index 43f913b..4808852 100644 (file)
@@ -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: