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

NAME

WebService::Mattermost::V4::API::Role::RequireID

DESCRIPTION

Validate that the first parameter passed to a subroutine is a valid UUID for Mattermost.

METHODS

validate_id()

Validate the ID and run the next subroutine.

validate_id_no_next()

Validate the ID but do not run the next subroutine.

ATTRIBUTES

id_validation_regexp

Basic UUID matching regular expression.

AUTHOR

Mike Jones email:mike@netsplit.org.uk