The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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]})