From: Dave Rolsky Date: Sat, 2 Aug 2008 03:49:04 +0000 (+0000) Subject: Fix some POD errors. X-Git-Tag: 0_55~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49f6b0ac046567f3c8a945e176c5b72a1c273a5f;p=gitmo%2FMoose.git Fix some POD errors. --- diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index a688aa9..dffa1b3 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -144,11 +144,15 @@ I I +=back + =head2 Extending Moose These recipes cover some more ways to extend Moose, and will be useful if you plan to write your own C module. +=over 4 + =item L - Providing an alternate base object class You may find that you want to provide an alternate base object class