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

NAME

Proc::tored::Pool::Types - Type constraints used by Proc::tored::Pool

VERSION

version 0.07

TYPES

NonEmptyStr

A Str that contains at least one non-whitespace character.

Dir

A "NonEmptyStr" that is a valid directory path.

PosInt

An Int with a positive value.

Event

One of "assignment" in Proc::tored::Pool::Constants, "success" in Proc::tored::Pool::Constants, or "failure" in Proc::tored::Pool::Constants.

AUTHOR

Jeff Ober <jeffober@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Jeff Ober.

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