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

SVK::Editor::Translate - An editor that translates path names

SYNOPSIS

my $editor = ...
# stack the translate editor on
$editor = SVK::Editor::Translate->(_editor => [$editor], translate => sub {$_[0]})