[Catalyst-commits] r10439 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial

hkclark at dev.catalyst.perl.org hkclark at dev.catalyst.perl.org
Sat Jun 6 01:17:45 GMT 2009


Author: hkclark
Date: 2009-06-06 01:17:45 +0000 (Sat, 06 Jun 2009)
New Revision: 10439

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/07_Debugging.pod
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod
Log:
Fix typos in appendix emacs note and misplaced quote in 07_Debugging.pod - Thanks to Stefan Kangas
Remove bogus escaping in command of 07_Debugging.pod

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/07_Debugging.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/07_Debugging.pod	2009-06-05 20:47:30 UTC (rev 10438)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/07_Debugging.pod	2009-06-06 01:17:45 UTC (rev 10439)
@@ -311,7 +311,7 @@
 
 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:
 

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod	2009-06-05 20:47:30 UTC (rev 10438)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/10_Appendices.pod	2009-06-06 01:17:45 UTC (rev 10439)
@@ -129,11 +129,11 @@
 Also, Stefan Kangas sent in the following tip about an alternate 
 approach using the command C<indent-region> to redo the indentation 
 for the currently selected region (adhering to indent rules in the 
-current major mode). You can run the command by typing M-x indent-
-region or pressing the default keybinding C-M-\ in cperl-mode. 
+current major mode). You can run the command by typing M-x 
+indent-region or pressing the default keybinding C-M-\ in cperl-mode. 
 Additional details can be found here:
 
-L<http://www.gnu.org/software/emacs/manual/html_node/emacs/Indentation-Comman>
+L<http://www.gnu.org/software/emacs/manual/html_node/emacs/Indentation-Commands.html>
 
 
 =head1 APPENDIX 2: USING POSTGRESQL AND MYSQL




More information about the Catalyst-commits mailing list