Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / MethodProvider / String.pm
index f84674b..94656ff 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Meta::Attribute::Native::MethodProvider::String;
 use Moose::Role;
 
-our $VERSION   = '0.89_02';
+our $VERSION   = '0.96';
 $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<Moose/BUGS> for details on reporting bugs.
 
 =head1 AUTHOR