X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FIntro.pod;h=b51f252cc20052f97fd373f66fe2f46b0dafe390;hb=56a2fe2a23306819678c534f48c4932866ec825e;hp=b35ad7b0d590cca3bf33b323cdb87519f245b3aa;hpb=4b4d38842b2383a70a54bcadb493505950b469dd;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index b35ad7b..b51f252 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"' @@ -598,7 +598,7 @@ B You can run the test cases for the final code through Chapter 8 with the following commands: sudo cpan Catalyst::Model::DBIC::Schema Time::Warp DBICx::TestDatabase \ - DBIx::Class::DynamicDefault DBIx::Class::TimeStamp + DBIx::Class::DynamicDefault DBIx::Class::TimeStamp DBIx::Class::EncodedColumn wget http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial/MyApp_Chapter8.tgz tar zxvf MyApp_Chapter8.tgz cd MyApp