X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F01_Intro.pod;h=c9951471ecde2d077bcab0c69ea054eea636b4d0;hb=95455c7469ba8f867677a85aec7cd9623e0dd2d8;hp=58c3e303470526ff9a795d3f53dd14be81be6365;hpb=195424f216666fcd768ec07b630600a809e827f7;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 58c3e30..c995147 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -336,7 +336,7 @@ Catalyst::Plugin::Session::State::Cookie -- v0.17 =item * -Catalyst::Plugin::Session::Store::FastMmap -- v0.13 +Catalyst::Plugin::Session::Store::File -- v0.18 =item * @@ -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: @@ -761,5 +761,6 @@ Please report any errors, issues or suggestions to the author. The most recent version of the Catalyst Tutorial can be found at L. -Copyright 2006-2008, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under the +Creative Commons Attribution Share-Alike License Version 3.0 (L).