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

App::Phoebe::MokuPona - serve files from moku pona

DESCRIPTION

This serves files from your moku pona directory. See App::mokupona.

If you need to change the directory (defaults to $HOME/.moku-pona), or if you need to change the host (defaults to the first one), use the following for your config file:

package App::Phoebe::MokuPona;
our $dir = "/home/alex/.moku-pona";
our $host = "alexschroeder.ch";
use App::Phoebe::MokuPona;