some doc cleanup
Stevan Little [Wed, 2 Jul 2008 15:46:15 +0000 (15:46 +0000)]
ChangeLog
lib/MooseX/AttributeHelpers/Base.pm
lib/MooseX/AttributeHelpers/Bool.pm

index 12785a7..e3d2df9 100644 (file)
--- 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)
index 4709e3a..45badc2 100644 (file)
@@ -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<provides>
 
+=item B<curries>
+
 =item B<method_provider>
 
 =item B<method_constructors>
index 9a20614..48e4191 100644 (file)
@@ -74,6 +74,10 @@ basic math operations.
 
 =item B<method_constructors>
 
+=item B<has_method_provider>
+
+=item B<method_provider>
+
 =back
 
 =head1 PROVIDED METHODS