X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection%2FBag.pm;h=4a6ffd76a5c56c12cef9694cb925ee0c8a2a5f2e;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=169e7e049fc90e020d6c072de0886d0232f973d2;hpb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm b/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm index 169e7e0..4a6ffd7 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Trait::Collection::Bag; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';