X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FBool.pm;h=ccdb76bc42f360f611e1fb592767ca22472c8e63;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=b0868211fb1de83ea0deb978855579961b6d3646;hpb=8de5717850eb1f406e5f71d2ccfac33c72cc490b;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 b086821..ccdb76b 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.92'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -34,7 +34,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::Bool +Moose::Meta::Attribute::Native::MethodProvider::Bool - role providing method generators for Bool trait =head1 DESCRIPTION @@ -52,9 +52,7 @@ documentation on what methods are provided. =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