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

MYDan::Agent::FileCache

SYNOPSIS

use MYDan::Agent::FileCache;

my $fc = MYDan::Agent::FileCache->new();

$fc->save( '/my/file' );
$fc->save( '/my/file' => md5 );

$fc->check( md5 );

$fc->get( '/my/file' => md5 );

$fc->clean();