X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FMethodProvider%2FString.pm;h=4607517b96e8e85626cfe762268a99f380f4e34d;hb=95d922a2fd10553fdca2e2b7f17e0cb7ab73b7b9;hp=080b98b429e4508fe37a503d2026b8cfbde3dc8c;hpb=79b647c686e18c1bf98ad655c8eb7bff9560aa52;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 080b98b..4607517 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.87'; +our $VERSION = '0.93_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -116,7 +116,7 @@ Moose::Meta::Attribute::Native::MethodProvider::String =head1 DESCRIPTION This is a role which provides the method generators for -L. Please check there for +L. Please check there for documentation on what methods are provided. =head1 METHODS @@ -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