POD-COVERAGE SUCKS!
Stevan Little [Sat, 15 Mar 2008 03:02:26 +0000 (03:02 +0000)]
Changes
README
lib/Moose.pm
lib/Moose/Meta/Attribute.pm

diff --git a/Changes b/Changes
index 9ac5dad..98b0297 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Moose
 
+0.40
+    - I hate Pod::Coverage
+
 0.39 Fri. March 14, 2008
     * Moose
       - documenting the use of '+name' with attributes 
diff --git a/README b/README
index b09c23b..d28f60f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose version 0.39
+Moose version 0.40
 ===========================
 
 See the individual module documentation for more information
index 0b49926..6ad45b6 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION   = '0.39';
+our $VERSION   = '0.40';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use Scalar::Util 'blessed', 'reftype';
index c45cae9..f8d539e 100644 (file)
@@ -588,6 +588,8 @@ will behave just as L<Class::MOP::Attribute> does.
 
 =item B<new>
 
+=item B<does>
+
 =item B<initialize_instance_slot>
 
 =item B<install_accessors>