Elliot Shank wrote:
D. Hageman wrote:
Rarely do I get a bug report were the report is legitimate.  Here are
the most common reasons for test failure:

a) You don't have the cups headers installed
b) You don't have a new enough version of cups installed.
c) You don't have cups running on the system you are installing it on.
d) You are running the tests as a user that doesn't have the ability to
add/remove/modify destinations in cups.

Right now on CPAN it shows that my module has failed to work on 18
systems and it worked on none.  *sigh*

It looks like your Makefile.PL is already checking whether the stuff you need is there, you just need to change what it does when it isn't. In that case, don't actually write a Makefile and exit with a return code of 0. You then won't get a failure report. You "successfully" didn't write a Makefile.

Ah, thank you for the tip. That should definitely take care of my common issues A and B. I will push out a new version that does that soon.

--
========================================================
D. Hageman                        <[EMAIL PROTECTED]>
Dracken Technology, Inc.         http://www.dracken.com/
========================================================

Reply via email to