=head1 PROVIDED METHODS
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Array>.
-
=over 4
=item B<count>
=item B<meta>
-=item B<method_provider>
-
-=item B<has_method_provider>
-
=back
=head1 BUGS
=head1 PROVIDED METHODS
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Bool>. It is important to
-note that all those methods do in place modification of the value stored in
-the attribute.
-
=over 4
=item B<set>
=item B<meta>
-=item B<has_method_provider>
-
-=item B<method_provider>
-
=back
=head1 BUGS
=head1 PROVIDED METHODS
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Counter>. It is important to
-note that all those methods do in place modification of the value stored in
-the attribute.
-
=over 4
=item B<set($value)>
=item B<meta>
-=item B<method_provider>
-
-=item B<has_method_provider>
-
=back
=head1 BUGS
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
-use Moose::Meta::Attribute::Native::MethodProvider::Hash;
-
use Moose::Meta::Method::Accessor::Native::Hash::clear;
use Moose::Meta::Method::Accessor::Native::Hash::count;
use Moose::Meta::Method::Accessor::Native::Hash::defined;
with 'Moose::Meta::Attribute::Native::Trait';
-has 'method_provider' => (
- is => 'ro',
- isa => 'ClassName',
- predicate => 'has_method_provider',
- default => 'Moose::Meta::Attribute::Native::MethodProvider::Hash'
-);
-
sub _helper_type { 'HashRef' }
no Moose::Role;
=head1 PROVIDED METHODS
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::Hash>.
-
=over 4
=item B<get($key, $key2, $key3...)>
=item B<meta>
-=item B<method_provider>
-
-=item B<has_method_provider>
-
=back
=head1 BUGS
=head1 PROVIDED METHODS
-These methods are implemented in
-L<Moose::Meta::Attribute::Native::MethodProvider::String>. It is important to
-note that all those methods do in place modification of the value stored in
-the attribute.
-
=over 4
=item B<inc>
=item B<meta>
-=item B<method_provider>
-
-=item B<has_method_provider>
-
=back
=head1 BUGS