From: Eric A. Zarko Date: Tue, 15 Feb 2011 15:16:30 +0000 (+0100) Subject: RT #63057: typo X-Git-Tag: v5.8006~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=f63a9a2baf287fcf7f6f0f580dba27cc8eb45a52 RT #63057: typo https://rt.cpan.org/Ticket/Display.html?id=63057 --- diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index c1139e6..347d1b7 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -357,7 +357,7 @@ HTML::FormFu -- v0.06001 B You can check the versions you have installed with the following command: - perl -M<_mod_name_> -e '"print $<_mod_name_>::VERSION\n"' + perl -M<_mod_name_> -e 'print "$<_mod_name_>::VERSION\n"' For example: