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

STF::Dispatcher::Impl::File - STF Storage to store data in file

SYNOPSIS

my $app = STF::Dispatcher::PSGI->new(
    impl => STF::Dispatcher::Impl::File->new(
        storage_path => '/tmp'
    )
);

builder {
    $app->to_app
}