1SVK::Editor::TxnCleanupU(s3e)r Contributed Perl DocumentaStViKo:n:Editor::TxnCleanup(3)
23
4
NAME
6SVK::Editor::TxnCleanup - An editor that aborts a txn when it is
7aborted
8
SYNOPSIS
10my $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.
1617
18
19
perl v5.38.0 2023-07-21 SVK::Editor::TxnCleanup(3)