in reply to Re: How to patch this module?
in thread How to patch this module?

Hi,

Thanks :)

I just tried the method you said, but it seems to "hang" on the 2nd step:
root@mail:~# cd Devel-CallParser-0.002/
root@mail:~/Devel-CallParser-0.002# patch ../fix.patch
^X^C
Any ideas?

Oh, and I also agree about not being able to get the best out of the CPAN system - but unfortunately until they fix the bug in the official release, I can't use it :(

Thanks!

Andy

Replies are listed 'Best First'.
Re^3: How to patch this module?
by Corion (Patriarch) on Mar 28, 2017 at 09:38 UTC

    I don't know what format the patch file is in and how your patch command expects its input.

    The patch command I know expects its input on stdin, which is why I showed the suspected command line as

    patch < whatever.patch

    Maybe your patch command is different.

      Sorry, I missed the < part of your example :) Works now! Thanks