From: Kennedy Clark Date: Sat, 6 Jun 2009 01:17:45 +0000 (+0000) Subject: Fix typos in appendix emacs note and misplaced quote in 07_Debugging.pod - Thanks... X-Git-Tag: v5.8005~124 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=d672dfd761cc6afb88940788a6e84e201a77aa6c 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 --- diff --git a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod index 43f913b..4808852 100644 --- a/lib/Catalyst/Manual/Tutorial/07_Debugging.pod +++ b/lib/Catalyst/Manual/Tutorial/07_Debugging.pod @@ -311,7 +311,7 @@ debugging: Check the version of an installed module: - perl -MEmod_nameE -e '"print $Emod_nameE::VERSION\n"' + perl -M -e 'print "$::VERSION\n"' For example: diff --git a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod index 0b6e106..d602c26 100644 --- a/lib/Catalyst/Manual/Tutorial/10_Appendices.pod +++ b/lib/Catalyst/Manual/Tutorial/10_Appendices.pod @@ -129,11 +129,11 @@ file respectively. Also, Stefan Kangas sent in the following tip about an alternate approach using the command C 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 +L =head1 APPENDIX 2: USING POSTGRESQL AND MYSQL