From: Kennedy Clark Date: Mon, 29 Aug 2011 13:22:52 +0000 (-0400) Subject: Switch to metacpan X-Git-Tag: 5.9003~25^2~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=8c848468312d44a8c59e9bac268b6fdcc6150957 Switch to metacpan --- diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index 1fd3280..aecd26b 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -11,7 +11,7 @@ commonly used features while focusing on real-world best practices. We suggest that you read this introduction on the web. Make sure you are reading the latest version of the tutorial by visiting -L. Alternatively +L. Alternatively you can use CPAN modules like L, L, L (Catalyst based), or L to read a local copy of the tutorial. diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 4b97984..b244aa9 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -551,10 +551,10 @@ looping, conditional logic, etc. In general, TT simplifies the usual range of Perl operators down to the single dot (".") operator. This applies to operations as diverse as method calls, hash lookups, and list index values (see -L for +L for details and examples). In addition to the usual L