Subject: | POD documentation out of date |
The alpha and testing function applydiffs() is documented rather than the current interface to the module. Sorry. The actual exports are:
@EXPORT_OK = qw{apply_diff apply_diffs mark_conflicts};
apply_diffs() works like the documented applydiffs(). apply_diff() does the singular equivalent: the diff sequence isn't labelled, and it (as yet) takes no options.
Again, my apologies for anyone testing this module.