-
-
29 Jan 2021 19:06:54 UTC
- Distribution: Specio
- Module version: 0.47
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (3)
- Testers (4968 / 5 / 0)
- Kwalitee
Bus factor: 1- 91.68% Coverage
- License: artistic_2
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (105.75KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- B
- Carp
- Devel::StackTrace
- Eval::Closure
- Exporter
- IO::File
- List::Util
- MRO::Compat
- Module::Runtime
- Role::Tiny
- Role::Tiny::With
- Scalar::Util
- Storable
- Sub::Quote
- Test::Fatal
- Test::More
- Try::Tiny
- overload
- parent
- re
- strict
- version
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Specio::Library::String - Implements type constraint objects for some common string types
VERSION
version 0.47
DESCRIPTION
This library provides some additional string types for common cases.
NonEmptyStr
A string which has at least one character.
SimpleStr
A string that is 255 characters or less with no vertical whitespace characters.
NonEmptySimpleStr
A non-empty string that is 255 characters or less with no vertical whitespace characters.
SUPPORT
Bugs may be submitted at https://github.com/houseabsolute/Specio/issues.
I am also usually active on IRC as 'autarch' on
irc://irc.perl.org
.SOURCE
The source code repository for Specio can be found at https://github.com/houseabsolute/Specio.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 - 2021 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the LICENSE file included with this distribution.
Module Install Instructions
To install Specio, copy and paste the appropriate command in to your terminal.
cpanm Specio
perl -MCPAN -e shell install Specio
For more information on module installation, please visit the detailed CPAN module installation guide.