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

Plack::Middleware::Signposting::Catmandu - A Signposting implementation from a Catmandu store

SYNOPSIS

builder {
    enable "Plack::Middleware::Signposting::Catmandu",
        store => 'library',
        bag => 'books',
        fix => 'signs.fix', #optional
        match_paths => ['publication/(\w+)/*', 'record/(\w+)/*'],
        ;

    # ...
};

SEE ALSO

Plack::Middleware, Catmandu