Switch to metacpan
Kennedy Clark [Mon, 29 Aug 2011 13:22:52 +0000 (09:22 -0400)]
lib/Catalyst/Manual/Tutorial.pod
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

index 1fd3280..aecd26b 100644 (file)
@@ -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<http://search.cpan.org/perldoc?Catalyst::Manual::Tutorial>.  Alternatively
+L<https://metacpan.org/module/Catalyst::Manual::Tutorial>.  Alternatively
 you can use CPAN modules like L<Pod::Webserver>, L<Pod::POM::Web>,
 L<Pod::Browser> (Catalyst based), or L<CPAN::Mini::Webserver> to read a local
 copy of the tutorial.
index 4b97984..b244aa9 100644 (file)
@@ -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<http://search.cpan.org/perldoc?Template::Manual::Variables> for
+L<https://metacpan.org/module/Template::Manual::Variables> for
 details and examples).  In addition to the usual L<Template> module Pod
 documentation, you can access the TT manual at
-L<http://search.cpan.org/perldoc?Template::Manual>.
+L<https://metacpan.org/module/Template::Manual>.
 
 B<TIP:> While you can build all sorts of complex logic into your TT 
 templates, you should in general keep the "code" part of your