From: Stevan Little Date: Wed, 2 Jul 2008 15:46:15 +0000 (+0000) Subject: some doc cleanup X-Git-Tag: 0.16~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6f9edf889f99d4089ffafc4d04eb194dd826629;p=gitmo%2FMooseX-AttributeHelpers.git some doc cleanup --- diff --git a/ChangeLog b/ChangeLog index 12785a7..e3d2df9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ Revision history for Perl extension MooseX-AttributeHelpers 0.13 + - fixed some missing Pod::Coverage (stevan) 0.12 Sun. Jun 29, 2008 - Move get from Array to List (gphat) diff --git a/lib/MooseX/AttributeHelpers/Base.pm b/lib/MooseX/AttributeHelpers/Base.pm index 4709e3a..45badc2 100644 --- a/lib/MooseX/AttributeHelpers/Base.pm +++ b/lib/MooseX/AttributeHelpers/Base.pm @@ -21,7 +21,6 @@ has 'curries' => ( default => sub {{}} ); - # these next two are the possible methods # you can use in the 'provides' map. @@ -250,6 +249,8 @@ Documentation to come. =item B +=item B + =item B =item B diff --git a/lib/MooseX/AttributeHelpers/Bool.pm b/lib/MooseX/AttributeHelpers/Bool.pm index 9a20614..48e4191 100644 --- a/lib/MooseX/AttributeHelpers/Bool.pm +++ b/lib/MooseX/AttributeHelpers/Bool.pm @@ -74,6 +74,10 @@ basic math operations. =item B +=item B + +=item B + =back =head1 PROVIDED METHODS