X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection.pm;fp=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection.pm;h=40e0e8d2a6df255e6c8177d60698be4bbf20b0ca;hb=9807aa669ec5b7cd1cb23d3bd9fec8ad4929eb15;hp=a84528378d45107455118b7b823ffba7fecb36b6;hpb=301da83f19b55bb13e0d4379ab3e9e6ad1504595;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Collection.pm b/lib/MooseX/AttributeHelpers/Trait/Collection.pm index a845283..40e0e8d 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Collection.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Collection.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Trait::Collection; use Moose::Role; -our $VERSION = '0.20'; +our $VERSION = '0.21'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';