From: Graham Knop Date: Sun, 14 Apr 2019 06:52:07 +0000 (+0200) Subject: remove unneeded link text X-Git-Tag: v5.9010~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=388f66e0214312ffa77b48128d2fa2e1932b4669;hp=85def25ae515afa59d5ab06c0347672965797fa5 remove unneeded link text --- diff --git a/lib/Catalyst/Manual.pm b/lib/Catalyst/Manual.pm index 61a4e74..f28878f 100644 --- a/lib/Catalyst/Manual.pm +++ b/lib/Catalyst/Manual.pm @@ -23,7 +23,7 @@ Catalyst::Manual - The Catalyst developer's manual =head1 SEE ALSO -Install L to +Install L to install all the dependencies you need to follow along with the Tutorial. You can also refer to L @@ -35,7 +35,7 @@ Some "Getting Started" Links: =item * -L +L =item * diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 58e9d0a..7249c5c 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -176,7 +176,7 @@ separate configuration file. =head3 Using Config::General -L is a method for creating flexible +L is a method for creating flexible and readable configuration files. It's a great way to keep your Catalyst application configuration in one easy-to-understand location. @@ -221,7 +221,7 @@ L explains precedence of multiple sources for configuration values, how to access the values in your components, and many 'base' config variables used internally. -See also L. +See also L. =head1 Skipping your VCS's directories diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 1d5b6ec..5aa74c1 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -102,7 +102,7 @@ try to load them as components. Writing a generic component that only works with Catalyst is wasteful of your time. Try writing a plain perl module, and then a small bit of glue that integrates it with Catalyst. See -L for a +L for a module that takes the approach. The advantage here is that your "Catalyst" DBIC schema works perfectly outside of Catalyst, making testing (and command-line scripts) a breeze. The actual Catalyst @@ -110,7 +110,7 @@ Model is just a few lines of glue that makes working with the schema convenient. If you want the thinnest interface possible, take a look at -L. +L. =head2 Using Moose roles to apply method modifiers @@ -160,7 +160,7 @@ your module to become a recommended addition, these things will prove invaluable. If you're just getting started, try using -L to generate some example +L to generate some example tests for your module. =head2 Maintenance diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 77b2c81..7aa494d 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -15,7 +15,7 @@ with Catalyst, see L. Catalyst is an elegant web application framework, extremely flexible yet extremely simple. It's similar to Ruby on Rails, Spring (Java), and -L, upon which it was originally based. Its most +L, upon which it was originally based. Its most important design philosophy is to provide easy access to all the tools you need to develop web applications, with few restrictions on how you need to use these tools. However, this does mean that it is always @@ -196,7 +196,7 @@ There are currently two flavors of publicly available Amazon Machine Images (AMI) that include all the elements you'd need to begin developing in a fully functional Catalyst environment within minutes. See -L for +L for more details.