1SVK::Editor::Patch(3) User Contributed Perl DocumentationSVK::Editor::Patch(3)
2
3
4

NAME

6       SVK::Editor::Patch - An editor to serialize editor calls.
7

SYNOPSIS

9           $patch = SVK::Editor::Patch->new...
10           # feed things to $patch
11           $patch->drive ($editor);
12

DESCRIPTION

14       "SVK::Editor::Patch" serializes incoming editor calls in a tree
15       structure. "$editor-"{edit_tree}> is an array indexed by the baton id
16       of directories. The value of each entry is an array of editor calls
17       that have baton id as parent directory. Each entry of editor calls is
18       an array with the first element being the child baton id (if any), and
19       then the method name and its arguments.
20
21
22
23perl v5.30.0                      2019-07-26             SVK::Editor::Patch(3)
Impressum