NAME
Proc::tored::Types - Type constraints used by Proc::tored
VERSION
version 0.20
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 <sysread@fastmail.fm>
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.