Name
File::DataClass::Constraints - Role defining package constraints
Version
0.7.$Revision: 338 $
Synopsis
use Moose;
with qw(File::DataClass::Constraints);
Description
Defines the constraints used in this distribution
Configuration and Environment
Defines these subtypes
- F_DC_Cache
- F_DC_Exception
-
Can
throw
- F_DC_Lock
-
Is a Class::Null or can
set
andreset
- F_DC_Path
-
Is a File::DataClass::IO. Can be coerced from either a string or an array ref
- F_DC_Result
- F_DC_Directory
-
Subtype of
F_DC_Path
which is a directory. Can be coerced from either a string or an array ref - F_DC_File
-
Subtype of
F_DC_Path
which is a file. Can be coerced from either a string or an array ref
Subroutines/Methods
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>
License and Copyright
Copyright (c) 2012 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