Re: which modules can be used on an older version of perl?

2006-12-04 Thread Gabor Szabo

On 12/4/06, Sébastien Aperghis-Tramoni <[EMAIL PROTECTED]> wrote:

Gabor Szabo wrote:

> On 12/4/06, Michael G Schwern <[EMAIL PROTECTED]> wrote:
>> David Romano patched up Test-Simple to restore 5.4.5
>> compatibility.  I'll see about releasing that as 0.66.  That might
>> make a whole lot more of CPAN happy on 5.4.x.
>>
>> PS  I don't see 5.4.5 in your list.
>>
>
> sqlite>  select count(*) from reports where perl LIKE '5.4.5';
> 0
>
> that's from the cpantesters database.

Maybe your database is incomplete because I know I've sent a few
reports with 5.004_05
   » http://www.nntp.perl.org/group/perl.cpan.testers/259982
   » http://www.nntp.perl.org/group/perl.cpan.testers/281901

But I note that on the reports page, they incorrectly appear as "5.4.4".


I am personally using the database fetched from http://cpantesters.perl.org/
In that databasee the test 281901 is listed as 5.4.4
So whatever creates the database from the mailing list might have a bug.

Now I just would like to know who creates that database?





(Also note that to make Test::Reporter work with old Perls, you need
the patch from CPAN-RT#14148)

--
Sébastien Aperghis-Tramoni

Close the world, txEn eht nepO.



Gabor


Re: which modules can be used on an older version of perl?

2006-12-03 Thread Sébastien Aperghis-Tramoni

Gabor Szabo wrote:


On 12/4/06, Michael G Schwern <[EMAIL PROTECTED]> wrote:
David Romano patched up Test-Simple to restore 5.4.5  
compatibility.  I'll see about releasing that as 0.66.  That might  
make a whole lot more of CPAN happy on 5.4.x.


PS  I don't see 5.4.5 in your list.



sqlite>  select count(*) from reports where perl LIKE '5.4.5';
0

that's from the cpantesters database.


Maybe your database is incomplete because I know I've sent a few  
reports with 5.004_05

  » http://www.nntp.perl.org/group/perl.cpan.testers/259982
  » http://www.nntp.perl.org/group/perl.cpan.testers/281901

But I note that on the reports page, they incorrectly appear as "5.4.4".

(Also note that to make Test::Reporter work with old Perls, you need  
the patch from CPAN-RT#14148)


--
Sébastien Aperghis-Tramoni

Close the world, txEn eht nepO.




Re: which modules can be used on an older version of perl?

2006-12-03 Thread Andreas J. Koenig
> On Mon, 4 Dec 2006 05:56:18 +0200, "Gabor Szabo" <[EMAIL PROTECTED]> said:

  > On 12/4/06, Michael G Schwern <[EMAIL PROTECTED]> wrote:
 >> David Romano patched up Test-Simple to restore 5.4.5 compatibility.  I'll 
 >> see about releasing that as 0.66.  That might make a whole lot more of CPAN 
 >> happy on 5.4.x.
 >> 
 >> PS  I don't see 5.4.5 in your list.
 >> 

 sqlite> select count(*) from reports where perl LIKE '5.4.5';
  > 0

  > that's from the cpantesters database.

The official name was 5.004_05.

-- 
andreas


Re: which modules can be used on an older version of perl?

2006-12-03 Thread Gabor Szabo

On 12/4/06, Michael G Schwern <[EMAIL PROTECTED]> wrote:

David Romano patched up Test-Simple to restore 5.4.5 compatibility.  I'll see 
about releasing that as 0.66.  That might make a whole lot more of CPAN happy 
on 5.4.x.

PS  I don't see 5.4.5 in your list.



sqlite>  select count(*) from reports where perl LIKE '5.4.5';
0

that's from the cpantesters database.

Gabor


Re: which modules can be used on an older version of perl?

2006-12-03 Thread Michael G Schwern
Gabor Szabo wrote:
> Recently I was asked how to determine which modules are available
> for an old version of perl (5.004 or similar).
> 
> I asked about this on PerlMonks
> http://www.perlmonks.org/?node_id=586506
> 
> That resulted in this page:
> http://www.szabgab.com/cpantested/
> 
> Based on the database of the CPAN Testers I created a page for each version
> of Perl (platforms were not yet taken in account) and created a list of
> modules what have at least one PASS-ing test on that version of perl
> mentioning the highest version number that has PASS-ed testing.

David Romano patched up Test-Simple to restore 5.4.5 compatibility.  I'll see 
about releasing that as 0.66.  That might make a whole lot more of CPAN happy 
on 5.4.x.

PS  I don't see 5.4.5 in your list.