There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Respite::Common - Common methods used internally

SYNOPSIS

package CustomModule;
use base 'Respite::Common';

sub xkey1 { return shift->_configs->{xxx_key} || "unknown" }

sub parse1 { return shift->json->decode(shift) }