1SVK::Editor::TxnCleanupU(s3e)r Contributed Perl DocumentaStViKo:n:Editor::TxnCleanup(3)
2
3
4

NAME

6       SVK::Editor::TxnCleanup - An editor that aborts a txn when it is
7       aborted
8

SYNOPSIS

10        my $editor = ...
11        # stack the txn cleanup editor on
12        $editor = SVK::Editor::TxnCleanup-> (_editor => [$editor], txn => $txn );
13        # ... do some stuff ...
14        $editor->abort_edit;
15        # $txn->abort gets called.
16
17
18
19perl v5.32.0                      2020-07-28        SVK::Editor::TxnCleanup(3)
Impressum