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::Env - Zed runtime variables.

SYNOPSIS

use Zed::Config::Env;

env 'foo' => 'value';    #Set foo
env 'foo';               #Get foo

passwd;                  #Get password. Input it if not defined.
passwd(undef);           #Get password. Force to input it.