in reply to Re: Is there a well known module or simple algorithm for applying a diff?
in thread Is there a well known module or simple algorithm for applying a diff?

I am looking for help applying a diff, not creating a diff. :) I was aware of Algorithm::Diff, due to the fact that it's used by Text::Diff.

It looks like VPC::Patch will do what I want, but a bit hesitant to use it, since it seems to be specifically for RevML. I'll probably end up just rolling my own.

  • Comment on Re: Re: Is there a well known module or simple algorithm for applying a diff?