1SVK::Editor::Combine(3)User Contributed Perl DocumentatioSnVK::Editor::Combine(3)
23
4
NAME
6SVK::Editor::Combine - An editor combining several editor calls to one
7
SYNOPSIS
9$editor = SVK::Editor::Combine->new
10( base_root => $fs->revision_root ($rev),
11);
1213
# feed several sets of editor calls to $editor
1415
# drive $other_editor with the combined editor calls
16$editor->replay ($other_editor);
1718
19
20
perl v5.32.1 2021-01-27 SVK::Editor::Combine(3)