The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

File::DataClass::Constraints - Role defining package constraints

Version

0.8.$Revision: 351 $

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

Is a File::DataClass::Cache

F_DC_Exception

Can throw

F_DC_Lock

Is a Class::Null or can set and reset

F_DC_Path

Is a File::DataClass::IO. Can be coerced from either a string or an array ref

F_DC_Result

Is a File::DataClass::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

File::DataClass::IO
Moose::Role
Moose::Util::TypeConstraints

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