Subject: | [PATCH] pod doesn't require encoding there. |
Date: | Mon, 16 Mar 2009 16:44:22 -0500 |
To: | bug-Catalyst-Manual [...] rt.cpan.org |
From: | Evan Carroll <me [...] evancarroll.com> |
From: Evan Carroll <ecarroll@x60s.(none)>
---
lib/Catalyst/Manual/Tutorial/Intro.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod
index b35ad7b..c594eee 100644
--- a/lib/Catalyst/Manual/Tutorial/Intro.pod
+++ b/lib/Catalyst/Manual/Tutorial/Intro.pod
@@ -254,7 +254,7 @@ Catalyst::Plugin::Static::Simple -- v0.20
B<NOTE:> You can check the versions you have installed with the
following command:
- 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:
perl -MCatalyst::Plugin::StackTrace -e 'print "$Catalyst::Plugin::StackTrace::VERSION\n"'
--
1.5.6.3