From: Chris Prather Date: Sun, 9 Aug 2009 20:49:01 +0000 (-0400) Subject: update Number documentation X-Git-Tag: 0.89_02~74 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ace7cdf9ae8aca3660fb70de55c275fe801620de;p=gitmo%2FMoose.git update Number documentation --- diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Number.pm b/lib/Moose/Meta/Attribute/Native/Trait/Number.pm index 0d3cb25..8589ca6 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Number.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Number.pm @@ -91,20 +91,11 @@ Moose::Meta::Attribute::Native::Trait::Number This provides a simple numeric attribute, which supports most of the basic math operations. -=head1 METHODS - -=over 4 - -=item B - -=item B - -=back - =head1 PROVIDED METHODS -It is important to note that all those methods do in place -modification of the value stored in the attribute. +It is important to note that all those methods do in place modification of the +value stored in the attribute. These methods are implemented within this +package. =over 4 @@ -138,6 +129,16 @@ Sets the current value of the attribute to its absolute value. =back +=head1 METHODS + +=over 4 + +=item B + +=item B + +=back + =head1 BUGS All complex software has bugs lurking in it, and this module is no