Query: svk::editor::diff
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Editor::Diff(3) User Contributed Perl Documentation SVK::Editor::Diff(3)NAMESVK::Editor::Diff - An editor for producing textual diffsSYNOPSIS$editor = SVK::Editor::Diff->new ( base_root => $root, base_target => $target, cb_llabel => sub { ... }, # or llabel => 'revision <left>', cb_rlabel => sub { ... }, # or rlabel => 'revision <left>', oldtarget => $target, oldroot => $root, ); $xd->depot_delta ( editor => $editor, ... ); perl v5.10.0 2008-08-04 SVK::Editor::Diff(3)