Skip Menu |

This queue is for tickets about the PHP CPAN distribution.

Report information
The Basics
Id: 82890
Status: open
Priority: 0/
Queue: PHP

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: (no value)



Subject: correct exit
To get better reports from cpantesters "print "...";exit 0;" should be used instead of die, when php-config is not found. -- Alexandr Ciornii, http://chorny.net
On Tue Jan 22 15:35:01 2013, CHORNY wrote: Show quoted text
> To get better reports from cpantesters "print "...";exit 0;" should be > used instead of die, when php-config is not found. >
Hi Alexandr, Not that I doubt you, but why is this better? Thanks, Marty O'Brien
On Tue Jan 22 16:37:20 2013, MOB wrote: Show quoted text
> On Tue Jan 22 15:35:01 2013, CHORNY wrote:
> > To get better reports from cpantesters "print "...";exit 0;" should be > > used instead of die, when php-config is not found.
Show quoted text
> Not that I doubt you, but why is this better?
No reports at all will be sent in this case. This means that results will be more informative, i.e. UNKNOWN will mean that something went bad, not that php is not installed. See also http://wiki.cpantesters.org/wiki/CPANAuthorNotes . -- Alexandr Ciornii, http://chorny.net