Files
pkgsrc-ng/devel/p5-MooseX-Types-Common/DESCR
2013-09-26 17:14:40 +02:00

18 lines
354 B
Plaintext

A set of commonly-used type constraints that do not ship with Moose by default.
Numeric:
* PositiveNum
* PositiveInt
* NegativeNum
* Int
* SingleDigit
String:
* SimpleStr
A Str with no new-line characters.
* NonEmptySimpleStr
Does what it says on the tin.
* Password
* StrongPassword
* NonEmptyStr