The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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