Skip Menu |

This queue is for tickets about the Devel-Messenger CPAN distribution.

Report information
The Basics
Id: 33054
Status: resolved
Priority: 0/
Queue: Devel-Messenger

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

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



Subject: Tests failing on most perls
The matrix of the fail behaviour of your module made me curious http://bbbike2.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Devel-Messenger;maxver=0 I quickly hacked a patch that made the test succeed: diff -urp Devel-Messenger-0.01-0lQts8/t/note.t Devel-Messenger-0.01-YaOPnk/t/note.t --- Devel-Messenger-0.01-0lQts8/t/note.t 2001-06-02 17:28:08.000000000 +0200 +++ Devel-Messenger-0.01-YaOPnk/t/note.t 2008-02-09 13:41:11.000000000 +0100 @@ -22,7 +22,7 @@ print "ok 1\n"; local *note = note { output => 'print' }; note "ok 2\n"; -# test warn +no warnings 'redefine'; # test warn local *note = note { output => 'warn' }; { my $message = ''; @@ -33,7 +33,7 @@ local *note = note { output => 'warn' }; } # test filename -my $file = 'debug.txt'; +my $file = 'debug.txt'; unlink $file; # may fail local *note = note { output => $file }; my @data = <DATA>; note @data; BTW, it's important to keep the changes without changing line count because some tests verify their position within the test file. So to explain what went wrong: the warning about subroutine XXX being redefined broke test 26. The fact that 'debug.txt' was never removed broke test 4. And why did some perls deliver PASS? Because the repetition of the idiom local *foo = sub { ... }; started to warn sometime in the 5.7.1 development cycle. HTH,
Subject: Re: [rt.cpan.org #33054] Tests failing on most perls
Date: Mon, 11 Feb 2008 08:50:16 -0500
To: Andreas Koenig via RT <bug-Devel-Messenger [...] rt.cpan.org>
From: Nathan Gray <kolibrie [...] graystudios.org>
On Sat, Feb 09, 2008 at 08:12:28AM -0500, Andreas Koenig via RT wrote: Show quoted text
> I quickly hacked a patch that made the test succeed:
Ooooh, thank you. That's been pretty low on my priority list. The patch looks okay from first glance. I'll see if I can apply it sometime soon-ish. -kolibrie
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Ping?
Subject: Re: [rt.cpan.org #33054] Tests failing on most perls
Date: Thu, 17 Apr 2008 09:13:20 -0400
To: Andreas Koenig via RT <bug-Devel-Messenger [...] rt.cpan.org>
From: Nathan Gray <kolibrie [...] graystudios.org>
Hmm. Perhaps we are redefining "sometime soon-ish". Maybe I should give myself a more definite timeframe, like, before the end of this month. -kolibrie
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #33054] Tests failing on most perls
Date: Fri, 2 May 2008 14:06:23 -0400
To: Andreas Koenig via RT <bug-Devel-Messenger [...] rt.cpan.org>
From: Nathan Gray <kolibrie [...] graystudios.org>
Applied patch and sent to CPAN as Devel::Messenger 0.02. -kolibrie
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

This was fixed a while back with version 0.02.