"use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread Torsten Förtsch
Hi, http://www.cpantesters.org/cpan/report/adfb644c-8a08-11df-9a66-511e01ce9048 is a report for HTTP::LoadGen. The Makefile.PL in this distribution contains as the first line use 5.008008; So, why is a perl 5.8.7 trying to test a module that states to require at least 5.8.8? According to ht

Re: "use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread David Cantrell
On Fri, Jul 09, 2010 at 05:00:55PM +0200, Torsten F?rtsch wrote: > http://www.cpantesters.org/cpan/report/adfb644c-8a08-11df-9a66-511e01ce9048 > is a report for HTTP::LoadGen. > > The Makefile.PL in this distribution contains as the first line > use 5.008008; > > So, why is a perl 5.8.7 trying

Re: "use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread David Golden
On Fri, Jul 9, 2010 at 11:06 AM, David Cantrell wrote: >> So, why is a perl 5.8.7 trying to test a module that states to require at >> least 5.8.8? > > It isn't.  The result is NA, not FAIL. And more specifically -- the NA result tells people the exact thing you want them to know -- that your mod

Re: "use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread Torsten Förtsch
On Friday 09 July 2010 17:06:49 David Cantrell wrote: > > So, why is a perl 5.8.7 trying to test a module that states to require > > at least 5.8.8? > > It isn't. The result is NA, not FAIL. > So I am to expect NAs for perl versions less than required? Torsten Förtsch -- Need professional mo

Re: "use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread Serguei Trouchelle
Torsten Förtsch wrote: So, why is a perl 5.8.7 trying to test a module that states to require at least 5.8.8? It isn't. The result is NA, not FAIL. So I am to expect NAs for perl versions less than required? Yes, it means that your module is not available on certain perl version/platf

Re: "use 5.008008;" but get test results for 5.8.7

2010-07-09 Thread Joshua ben Jore
2010/7/9 Serguei Trouchelle : > Torsten Förtsch wrote: > So, why is a perl 5.8.7 trying to test a module that states to require at  least 5.8.8? > >>> It isn't.  The result is NA, not FAIL. > >> So I am to expect NAs for perl versions less than required? > > Yes, it means that your module