1Specio::Library::NumeriUcs(e3r)Contributed Perl DocumentSapteicoino::Library::Numeric(3)
2
3
4
6 Specio::Library::Numeric - Implements type constraint objects for some
7 common numeric types
8
10 version 0.46
11
13 This library provides some additional string numeric for common cases.
14
15 PositiveNum
16 PositiveOrZeroNum
17 PositiveInt
18 PositiveOrZeroInt
19 NegativeNum
20 NegativeOrZeroNum
21 NegativeInt
22 NegativeOrZeroInt
23 SingleDigit
24 A single digit from -9 to 9.
25
27 Bugs may be submitted at
28 <https://github.com/houseabsolute/Specio/issues>.
29
30 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
31
33 The source code repository for Specio can be found at
34 <https://github.com/houseabsolute/Specio>.
35
37 Dave Rolsky <autarch@urth.org>
38
40 This software is Copyright (c) 2012 - 2020 by Dave Rolsky.
41
42 This is free software, licensed under:
43
44 The Artistic License 2.0 (GPL Compatible)
45
46 The full text of the license can be found in the LICENSE file included
47 with this distribution.
48
49
50
51perl v5.32.0 2020-07-28 Specio::Library::Numeric(3)