RT #63057: typo
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 01_Intro.pod
index c1139e6..347d1b7 100644 (file)
@@ -357,7 +357,7 @@ HTML::FormFu -- v0.06001
 B<NOTE:> 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: