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 strucā€
15       ture. "$editor-"{edit_tree}> is an array indexed by the baton id of
16       directories. The value of each entry is an array of editor calls that
17       have baton id as parent directory. Each entry of editor calls is an
18       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.8.8                       2006-12-28             SVK::Editor::Patch(3)
Impressum