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:

COPYRIGHT AND LICENSE

Copyright 2018 by Peter Karman

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://dezi.org/, http://swish-e.org/, http://lucy.apache.org/