X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FString.pm;h=8924a546c15eae8e3b364750e1e7a77cf20c39e2;hb=8b09d5c3b7d7e44b2feb8b9485d8423c58b09b16;hp=f614bc5554127fd8ab8a85879676a75617a9a708;hpb=6d0815b59db07f71cdbfd978ed6f574e57e2b3ea;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm index f614bc5..8924a54 100644 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/String.pm @@ -1,7 +1,7 @@ package Moose::Meta::Attribute::Native::MethodProvider::String; use Moose::Role; -our $VERSION = '0.93'; +our $VERSION = '0.95'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -111,7 +111,7 @@ __END__ =head1 NAME -Moose::Meta::Attribute::Native::MethodProvider::String +Moose::Meta::Attribute::Native::MethodProvider::String - role providing method generators for String trait =head1 DESCRIPTION @@ -129,9 +129,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