FreeBSD Manual Pages
SVK::Editor::TxnCleanuUser Contributed Perl DocumentSVK::Editor::TxnCleanup(3) NAME SVK::Editor::TxnCleanup - An editor that aborts a txn when it is aborted SYNOPSIS my $editor = ... # stack the txn cleanup editor on $editor = SVK::Editor::TxnCleanup-> (_editor => [$editor], txn => $txn ); # ... do some stuff ... $editor->abort_edit; # $txn->abort gets called. perl v5.32.0 2008-08-05 SVK::Editor::TxnCleanup(3)
NAME | SYNOPSIS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=SVK::Editor::TxnCleanup&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>