All unit tests passing with refactored stuff, documentation updated significantly.
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Number.pm
index cc90c41..19861c3 100644 (file)
@@ -55,12 +55,13 @@ MooseX::AttributeHelpers::Number
 =head1 DESCRIPTION
 
 This provides a simple numeric attribute, which supports most of the
-basic math operations.
+basic math operations.  It is important to note that all operations modify the
+value of the attribute in place.
 
 =head1 METHOD PROVIDER
 
 The methods for this metaclass are provided by
-L<MooseX::AttributeHelpers::MethodProvider::String>.
+L<MooseX::AttributeHelpers::MethodProvider::Number>.
 
 =head1 BUGS