http://qs1969.pair.com?node_id=1186219


in reply to How to patch this module?

If you're going to manually patch a distribution, you forego most of the automation that CPAN provides you and have to do the steps manually:

  1. Download and unpack the distribution. If in a hurry, you can let CPAN do that for you:
    cpanm --look Devel::CallParser

    or

    cpan CPAN> look Devel::CallParser </li> <li>Patch the distribution: <c> patch < rt110623.patch
  2. Test the distribution:
    perl Makefile.PL make make test
  3. Install the distribution:
    make install
  4. Keep a backup of the current directory, for the next installation

Update: Corrected invocations of tools, as spotted by ibm1620