Version 0.96.
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / MethodProvider / String.pm
index c8e2372..94656ff 100644 (file)
@@ -1,8 +1,7 @@
-
 package Moose::Meta::Attribute::Native::MethodProvider::String;
 use Moose::Role;
 
-our $VERSION   = '0.87';
+our $VERSION   = '0.96';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -112,12 +111,13 @@ __END__
 
 =head1 NAME
 
-Moose::Meta::Attribute::Native::MethodProvider::String
+Moose::Meta::Attribute::Native::MethodProvider::String - role providing method generators for String trait
 
 =head1 DESCRIPTION
 
 This is a role which provides the method generators for
-L<Moose::Meta::Attribute::Trait::Native::String>.
+L<Moose::Meta::Attribute::Native::Trait::String>. Please check there for
+documentation on what methods are provided.
 
 =head1 METHODS
 
@@ -127,37 +127,9 @@ L<Moose::Meta::Attribute::Trait::Native::String>.
 
 =back
 
-=head1 PROVIDED METHODS
-
-=over 4
-
-=item B<append>
-
-=item B<prepend>
-
-=item B<replace>
-
-=item B<match>
-
-=item B<chomp>
-
-=item B<chop>
-
-=item B<inc>
-
-=item B<clear>
-
-=item B<length>
-
-=item B<substr>
-
-=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<Moose/BUGS> for details on reporting bugs.
 
 =head1 AUTHOR