NAME
WebService::ValidSign::Types - Moo(se) like types defined for WebService::ValidSign
VERSION
version 0.004
SYNOPSIS
package Foo;
use Moo;
use WebService::ValidSign::Types qw(WebServiceValidSignURI);
has bar => (
is => 'ro',
isa => WebServiceValidSignURI,
);
DESCRIPTION
Defines custom types for WebService::ValidSign modules
TYPES
WebServiceValidSignURI
Allows a scalar URI, eq 'https://foo.bar.nl', or a URI object.
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2019 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License