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

Zed::Config - config base module.

SYNOPSIS

Foo->load;
Foo->config;
Foo->dump;

package Foo;
use base Zed::Config;
our $NAME = "Foo";