NAME
Dezi::Types - Type::Tiny constraints for Dezi::App components
SYNOPSIS
package MySearchThing;
use Moose;
use Dezi::Types qw( DeziInvIndexArr );
has 'invindex' => (
is => 'rw',
isa => DeziInvIndexArr,
required => 1,
coerce => 1,
);
TYPES
The following types are defined:
DeziIndexerConfig
DeziInvIndex
DeziInvIndexArr
DeziFileOrCodeRef
DeziFileRules
DeziUriStr
DeziEpoch
DeziLogLevel
AUTHOR
Peter Karman, <karpet@dezi.org>
BUGS
Please report any bugs or feature requests to bug-dezi-app at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-App. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dezi::Types
You can also look for information at:
Website
IRC
#dezisearch at freenode
Mailing list
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT AND LICENSE
Copyright 2014 by Peter Karman
This library is free software; you can redistribute it and/or modify it under the terms of the GPL v2 or later.
SEE ALSO
http://dezi.org/, http://swish-e.org/, http://lucy.apache.org/