Home > Archive > PERL Beginners > December 2004 > Patches
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Octavian Rasnita 2004-12-31, 3:56 am |
| 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).
Thank you.
Teddy
| |
| Randy W. Sims 2004-12-31, 3:56 am |
| Octavian Rasnita wrote:
> 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/>
|
|
|
|
|