summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Types-Common/DESCR
blob: 572f557e43e975ad5c10b568e71f2a17bf904143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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