failures for WWW-Compete-0.01

2009-12-14 Thread Chris Mills
Greetings CPAN testers, I uploaded my first module today (WWW-Compete-0.01) and I see that some tests are failing. I believe that's because a Compete API key is required before the tests can be successfully executed. There's a point in one of the tests where the user is asked to input an API key

Re: failures for WWW-Compete-0.01

2009-12-14 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Hello, ask Compete, Inc. for a test key that can be shared with the world under public automated testing. If you get one, simply include it in your tests. Failing that, come to terms with the fact that CPAN testers will be of limited usefulness to you. Rework the interface to also accept a file

Re: failures for WWW-Compete-0.01

2009-12-14 Thread Serguei Trouchelle
Chris Mills wrote: I uploaded my first module today (WWW-Compete-0.01) and I see that some tests are failing. I believe that's because a Compete API key is required before the tests can be successfully executed. There's a point in one of the tests where the user is asked to input an API key, b

Re: failures for WWW-Compete-0.01

2009-12-15 Thread M W487
I do not understand what you mean by "First of all, use prompt()" --- is that function supplied by some module like "use IO::prompt;" ? Where can I find documentation for prompt() ? Thanks. On Mon, Dec 14, 2009 at 5:19 PM, Serguei Trouchelle wrote: > Chris Mills wrote: > >> I uploaded my first

Re: failures for WWW-Compete-0.01

2009-12-15 Thread David Golden
On Tue, Dec 15, 2009 at 8:50 AM, M W487 wrote: > I do not understand what you mean by "First of all, use prompt()" --- > is that function supplied by some module like "use IO::prompt;" ? > > Where can I find documentation for prompt()  ? It's provided by both ExtUtils::MakeMaker and by Module::Bu

Re: failures for WWW-Compete-0.01

2009-12-15 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
http://p3rl.org/ExtUtils::MakeMaker#prompt http://p3rl.org/Module::Build::API#prompt http://p3rl.org/Module::Install::Makefile#DESCRIPTION signature.asc Description: This is a digitally signed message part.

Re: failures for WWW-Compete-0.01

2009-12-31 Thread David Cantrell
On Tue, Dec 15, 2009 at 09:05:05AM -0500, David Golden wrote: > The important part is that prompt() won't prompt and will just use the > default if $ENV{PERL_MM_USE_DEFAULT} is true or if STDIN is empty. > Smoke testers generally set the PERL_MM_USE_DEFAULT to true. The other important part is t