Description
Perl tools can apply patch data to text content programmatically. This is useful for review helpers, code-generation workflows, migration scripts, and tests that need to transform text using diff-style changes.
It is a developer library. Applying patches can change important files, so tools should preview results, handle failed hunks clearly, and avoid patching untrusted paths.