Skip Menu |

This queue is for tickets about the classes CPAN distribution.

Report information
The Basics
Id: 27047
Status: resolved
Priority: 0/
Queue: classes

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

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



Subject: test suite with Test::Exception broken in bleadperl
The full report for this ticket has been posted to perl5-porters at http://groups.google.de/group/perl.perl5.porters/browse_frm/thread/2b25aab152652e00/006a4f9e37f63890?hl=de#006a4f9e37f63890 I hope the duplicate posting is not an annoyance but rather helps in the avoidance of duplicate work.
It's patchtime, wakeup call! Please apply (from CPAN) ANDK/patches/classes-0.943-ANDK-01.patch.gz and please make a quick new release. This fixes the long standing bug that was hidden below another bug in 5.8.x. See for yourself, it's quite obvious. Thanks!
From: rmuhle [...] cpan.org
On Sat Mar 08 09:37:20 2008, ANDK wrote: Show quoted text
> ANDK/patches/classes-0.943-ANDK-01.patch.gz
Thanks, been meaning to fix. Small thing that doesn't affect function, only testing. Anyway, I don't see it at the following URL: http://www.cpan.org/modules/by-authors/id/ANDK/patches/ Let me know when it is up there or if there is someplace else to look. Thanks.
On Wed May 09 21:27:14 2007, ANDK wrote: Show quoted text
> The full report for this ticket has been posted to perl5-porters at > >
http://groups.google.de/group/perl.perl5.porters/browse_frm/thread/2b25aab152652e00/006a4f9e37f63890?hl=de#006a4f9e37f63890 By the way, turning off test suite parts that use Test::Exceptions when that module is not available on the system is a common and acceptable practice to avoid producing irrelevant error messages during testing (as documented well in "Perl Testing, A Developer's Notebook" and elsewhere.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #27047] [PATCH] fix test suite with 5.10
Date: Sat, 08 Mar 2008 16:58:47 +0100
To: bug-classes [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Sat, 08 Mar 2008 10:17:06 -0500, "Robert S. Muhlestein via RT" <bug-classes@rt.cpan.org> said:
Show quoted text
Show quoted text
> On Sat Mar 08 09:37:20 2008, ANDK wrote:
Show quoted text
>> ANDK/patches/classes-0.943-ANDK-01.patch.gz
Show quoted text
> Thanks, been meaning to fix. Small thing that doesn't affect function, > only testing. Anyway, I don't see it at the following URL:
Show quoted text
It needs time to propagate. It certainly already at funet.fi: % lwp-request 'ftp://ftp.funet.fi/pub/CPAN/authors/id/A/AN/ANDK/patches' | grep classes -rw-rw-r-- 1 8129 200 420 Mar 8 16:27 classes-0.943-ANDK-01.patch.gz Show quoted text
>>>>> On Sat, 08 Mar 2008 10:36:13 -0500, "Robert S. Muhlestein via RT" <bug-classes@rt.cpan.org> said:
Show quoted text
> By the way, turning off test suite parts that use Test::Exceptions when > that module is not available on the system is a common and acceptable > practice to avoid producing irrelevant error messages during testing (as > documented well in "Perl Testing, A Developer's Notebook" and elsewhere.
But nothing can top a clean flow of ok,ok,ok,ok,ok,ok,PASS without manual intervention, without being interrupted in the work one is doing, without studying what is relevant and what isn't. Thanks for caring, -- andreas
Thanks. 0.944 should fix it, although I went ahead and added no strict to whole of classes::Test, which should be OK. Here is the SVN location if you prefer to test before it propagates on CPAN: http://perl5class.svn.sourceforge.net/viewvc/perl5class/dist/ This should also address some test-only bugs in BSD reported a while back.
0.944 should fix.