1SVK::Editor::Patch(3) User Contributed Perl DocumentationSVK::Editor::Patch(3)
2
3
4
6 SVK::Editor::Patch - An editor to serialize editor calls.
7
9 $patch = SVK::Editor::Patch->new...
10 # feed things to $patch
11 $patch->drive ($editor);
12
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.32.1 2021-01-27 SVK::Editor::Patch(3)