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.48
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
31 The source code repository for Specio can be found at
32 <https://github.com/houseabsolute/Specio>.
33
35 Dave Rolsky <autarch@urth.org>
36
38 This software is Copyright (c) 2012 - 2022 by Dave Rolsky.
39
40 This is free software, licensed under:
41
42 The Artistic License 2.0 (GPL Compatible)
43
44 The full text of the license can be found in the LICENSE file included
45 with this distribution.
46
47
48
49perl v5.38.0 2023-07-21 Specio::Library::Numeric(3)