Badger::Data::Facet::Number::Min
validation facet for a minimum numerical value
- Provided by: libbadger-perl (Version: 0.16-3)
- Report a bug
validation facet for a minimum numerical value
This module implements a validation facets that assert that a numeric value is equal to or larger than a pre-defined value.
This module implement the following method in addition to those inherited from the Badger::Data::Facet::Number, Badger::Data::Facet and Badger::Base base classes.
This method validates that the number passed by reference as the first argument is greater than or equal to the pre-defined minimum limit.
Andy Wardley <http://wardley.org/>
Copyright (C) 2008-2009 Andy Wardley. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Badger::Base, Badger::Data::Facet, Badger::Data::Facet::Number.