From: Andrew Rodland Date: Thu, 15 Oct 2009 03:08:54 +0000 (+0000) Subject: Fix a Test::Pod failure and make Debian happier. X-Git-Tag: v5.8005~96 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a7b39a0c23a77dc84a30ca259156ca31f8921857 Fix a Test::Pod failure and make Debian happier. --- diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 6f966bb..104ab74 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1129,7 +1129,7 @@ decides which URLs they map to. =head3 Type attributes Each action is a normal method in your controller, except that it has an -L +L attached. These can be one of several types. Assume our Controller module starts with the following package declaration: