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