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=1a091a4b328e36cc731edc9b1fa462aeeeb8a84b;hp=b35ad7b0d590cca3bf33b323cdb87519f245b3aa;hb=3b1fa91be1d89d2297aa9e8e83462344d9cd9820;hpb=4b4d38842b2383a70a54bcadb493505950b469dd diff --git a/lib/Catalyst/Manual/Tutorial/Intro.pod b/lib/Catalyst/Manual/Tutorial/Intro.pod index b35ad7b..1a091a4 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,11 +598,11 @@ 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 - CATALYST_DEBUG=0 prove --lib lib t + CATALYST_DEBUG=0 prove --lib lib t If you wish to include the L section in your tests, substitute C for