>Here is a zip of a patched PAR.pm. It has another catch for the >_TK_EXIT_() problem. Malcom, see if this works for you. I added >another trap in par.pl, which would require re-compiling PAR, but this >PAR.pm is the one I believe is snagging you in test_129. You only need >to copy it to site/lib/. > >Alan Stewart
It worked.
For completeness, let me add
1) I went into the directory where I originally unzipped PAR a month ago.
2) I copied over your new zip, unzipped it and copied the new PAR.pm to ./lib/PAR.pm, overwriting the old one.
3) Did
make clean
perl Makefile.PL
make
make test
make install
4) Ran my 'Click Me' test.
Again, it worked. Thanks again.
