X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCollection%2FBag.pm;h=a465fcfa9e85ac39dbdf9480af764f184b2ff95f;hb=3f58c364a8760b02b72f5cb487e6c94ecdaaf363;hp=607b1fd8c975762d421887f7cb89e87a653fa2b6;hpb=c425b19dfab6653862021c44f124e01f417f2d1f;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Collection/Bag.pm b/lib/MooseX/AttributeHelpers/Collection/Bag.pm index 607b1fd..a465fcf 100644 --- a/lib/MooseX/AttributeHelpers/Collection/Bag.pm +++ b/lib/MooseX/AttributeHelpers/Collection/Bag.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Collection::Bag; use Moose; use Moose::Util::TypeConstraints; -our $VERSION = '0.11'; +our $VERSION = '0.12'; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::Bag;