Hi all,
Does anyone know if there are perl modules for applying patches?
I have seen on many lists that are provided some patches for some perl modules, and probably they can be applied automaticly under Unix using "patch" for .dif files, but I cannot do this under Windows.
So, are there any perl modules that can do this job under Windows? (Because otherwise I have to do it manually and it is not very easy).
You can get a port of patch and diffutils from from the GnuWin32 project[1]. There is also WinMerge[2].
1. <http://gnuwin32.sourceforge.net/> 2. <http://winmerge.sourceforge.net/>
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
