X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=0c87127afc85ca288e899fa876cc52b710cbf2f0;hp=b35ad7b0d590cca3bf33b323cdb87519f245b3aa;hb=896ec18466277312d08e0a18d6e5d66ec7aae4ac;hpb=9ffab571b36e51b0f1f7eecaeae496486df22970 diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index b35ad7b..0c87127 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 You can check the versions you have installed with the following command: - perl -MEmod_nameE -e '"print $Emod_nameE::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"'