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::Node::Cache - Covert root cluster dbs into cache db

SYNOPSIS

use MYDan::Node::Cache;

my $cache = MYDan::Node::Cache->new
( 
    root => '/root/data/dir',
    cache => '/cache/data/dir',
);

$cache->make();