bump version to 0.23
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Collection / Bag.pm
index 087130b..26670f5 100644 (file)
@@ -2,7 +2,7 @@
 package MooseX::AttributeHelpers::Collection::Bag;
 use Moose;
 
-our $VERSION   = '0.20';
+our $VERSION   = '0.23';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -35,7 +35,7 @@ MooseX::AttributeHelpers::Collection::Bag
   has 'word_histogram' => (
       metaclass => 'Collection::Bag',
       is        => 'ro',
-      isa       => 'Bag', # optional ... as is defalt
+      isa       => 'Bag', # optional ... as is default
       provides  => {
           'add'    => 'add_word',
           'get'    => 'get_count_for',