Skip Menu |

This queue is for tickets about the Database-Cassandra-Client CPAN distribution.

Report information
The Basics
Id: 100446
Status: resolved
Priority: 0/
Queue: Database-Cassandra-Client

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

Bug Information
Severity: Important
Broken in: 0.3
Fixed in: (no value)



Subject: questions in Makefile.PL
Questions in Makefile.PL prevent cpantesters smoker from functioning correctly: they cannot test this module and smoker hangs. Environment variables PERL_MM_USE_DEFAULT or AUTOMATED_TESTING can be used to skip questions. -- Alexandr Ciornii, http://chorny.net
On 2014-11-18 22:34:19, CHORNY wrote: Show quoted text
> Questions in Makefile.PL prevent cpantesters smoker from functioning > correctly: they cannot test this module and smoker hangs. Environment > variables PERL_MM_USE_DEFAULT or AUTOMATED_TESTING can be used to skip > questions.
There is a prompt() function available in ExtUtils::MakeMaker which checks this variable, and can be used for asking questions in a compatible way.
On Wed Nov 19 11:50:04 2014, ETHER wrote: Show quoted text
> On 2014-11-18 22:34:19, CHORNY wrote:
> > Questions in Makefile.PL prevent cpantesters smoker from functioning > > correctly: they cannot test this module and smoker hangs. Environment > > variables PERL_MM_USE_DEFAULT or AUTOMATED_TESTING can be used to > > skip > > questions.
> > > There is a prompt() function available in ExtUtils::MakeMaker which > checks this variable, and can be used for asking questions in a > compatible way.
In case of this Makefile.PL it would be infinite loop. -- Alexandr Ciornii, http://chorny.net
Fixed in version 0.4 I deleted the questions Thanks