small fix in docs
Stevan Little [Fri, 14 Sep 2007 20:25:57 +0000 (20:25 +0000)]
ChangeLog
README
lib/MooseX/AttributeHelpers.pm

index cd7118d..2063a29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension MooseX-AttributeHelpers
 
+0.03
+    ~~ more misc. doc updates ~~
+
 0.02 Thurs. Sept. 13, 2007
     ~~ some misc. doc updates ~~
 
diff --git a/README b/README
index 8a17982..96d99d3 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-MooseX::AttributeHelpers version 0.02
+MooseX::AttributeHelpers version 0.03
 ===========================
 
 See the individual module documentation for more information
index f5429a2..4bf4606 100644 (file)
@@ -1,7 +1,7 @@
 
 package MooseX::AttributeHelpers;
 
-our $VERSION   = '0.02';
+our $VERSION   = '0.03';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use MooseX::AttributeHelpers::Meta::Method::Provided;
@@ -81,7 +81,7 @@ Common methods for hash references.
 
 Common methods for array references.
 
-=item L<Collection::Array|MooseX::AttributeHelpers::Collection::List>
+=item L<Collection::List|MooseX::AttributeHelpers::Collection::List>
 
 Common list methods for array references.