NAME
Net::ACME::Utils - utilities for Net::ACME
SYNOPSIS
Net::ACME::Utils::verify_token(
'blah/blah'
);
#dies
Net::ACME::Utils::verify_token(
'blah-blah'
);
#succeeds
DESCRIPTION
This module is a home for “miscellaneous” functions that just aren’t in other modules. Think carefully before expanding this module; it’s probably better, if possible, to put new functionality into more topic-specific modules rather than this “catch-all” one.