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

NAME

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

VERSION

version 0.14

TYPES

NonEmptyStr

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

Dir

A "NonEmptyStr" that is a valid, writable directory path.

SignalList

An array ref of strings suitable for use in %SIG, except on MSWin32 systems.

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.