Name
Class::Usul::Constraints - Defines Moose type constraints
Version
This document describes Class::Usul::Constraints version 0.14.$Revision: 277 $
Synopsis
use Class::Usul::Constraints q(:all);
Description
Defines the following type constraints
ConfigType
-
Subtype of Object can be coerced from a hash ref
EncodingType
-
Subtype of Str which has to be one of the list of encodings in the ENCODINGS constant
LogType
-
Subtype of Object which has to implement all of the methods in the LOG_LEVELS constant
Subroutines/Methods
None
Configuration and Environment
None
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Author
Peter Flanigan, <Support at RoxSoft.co.uk>
Acknowledgements
Larry Wall - For the Perl programming language
License and Copyright
Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE