X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCollection%2FHash.pm;h=34203c9f338af2b865c74c5639872a496ebedd3c;hb=9e2db1c2f1fac57b7908a080ba8c552e4ae2b59c;hp=282f32876ae90a434a09e168c92565c0ab2554a0;hpb=1ccccb1f899425f1da631506c0a8370df9419e5c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Collection/Hash.pm b/lib/MooseX/AttributeHelpers/Collection/Hash.pm index 282f328..34203c9 100644 --- a/lib/MooseX/AttributeHelpers/Collection/Hash.pm +++ b/lib/MooseX/AttributeHelpers/Collection/Hash.pm @@ -2,7 +2,8 @@ package MooseX::AttributeHelpers::Collection::Hash; use Moose; -our $VERSION = '0.11'; +our $VERSION = '0.17'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::Hash; @@ -38,7 +39,7 @@ MooseX::AttributeHelpers::Collection::Hash package Stuff; use Moose; use MooseX::AttributeHelpers; - + has 'options' => ( metaclass => 'Collection::Hash', is => 'ro', @@ -46,16 +47,16 @@ MooseX::AttributeHelpers::Collection::Hash default => sub { {} }, provides => { 'set' => 'set_option', - 'get' => 'get_option', + 'get' => 'get_option', 'empty' => 'has_options', 'count' => 'num_options', 'delete' => 'delete_option', } ); - + =head1 DESCRIPTION -This module provides an Hash attribute which provides a number of +This module provides a Hash attribute which provides a number of hash-like operations. See L for more details. @@ -75,7 +76,7 @@ for more details. =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.