logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Badger::Data::Facet::Number::Min - validation facet for a minimum numerical value

Author

       Andy Wardley <http://wardley.org/>

Description

       This module implements a validation facets that assert that a numeric value is equal to or larger than a
       pre-defined value.

Methods

       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.

   validate($value_ref,$type)
       This method validates that the number passed by reference as the first argument is greater than or equal
       to the pre-defined minimum limit.

Name

       Badger::Data::Facet::Number::Min - validation facet for a minimum numerical value

See Also

       Badger::Base, Badger::Data::Facet, Badger::Data::Facet::Number.

perl v5.36.0                                       2023-08-28              Badger::Data::Facet::Number::Min(3pm)

See Also