X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FBool.pm;h=68f32add174c188e8e1630f136434fc7cfc5606e;hb=8b09d5c3b7d7e44b2feb8b9485d8423c58b09b16;hp=f9b18257b5a157bbf348c159bc3f61a5250c0c40;hpb=c466e58f62cf93887b29809993bd7830c8350079;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm index f9b1825..68f32ad 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm @@ -2,7 +2,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::Bool; use Moose::Role; -our $VERSION = '0.87'; +our $VERSION = '0.95'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -34,12 +34,13 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Bool +Moose::Meta::Attribute::Native::MethodProvider::Bool - role providing method generators for Bool trait =head1 DESCRIPTION This is a role which provides the method generators for -L. +L. Please check there for +documentation on what methods are provided. =head1 METHODS @@ -49,25 +50,9 @@ L. =back -=head1 PROVIDED METHODS - -=over 4 - -=item B - -=item B - -=item B - -=item B - -=back - =head1 BUGS -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. +See L for details on reporting bugs. =head1 AUTHOR