Skip Menu |

This queue is for tickets about the criticism CPAN distribution.

Report information
The Basics
Id: 24069
Status: rejected
Priority: 0/
Queue: criticism

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

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



Subject: brutal criticisms are mute without warnings
This yields no messages until warnings are enabled. use criticism; use strict; #use warnings; $a = sub{ }; &$a;
Subject: Re: [rt.cpan.org #24069] brutal criticisms are mute without warnings
Date: Tue, 26 Dec 2006 22:11:14 -0800 (PST)
To: bug-criticism [...] rt.cpan.org
From: Jeffrey Thalhammer <jeffrey_thalhammer [...] yahoo.com>
Unfortunately, I can't reproduce the problem with the example you gave. Are you using a .perlcriticrc file? If so, could you send a copy? Thanks, and happy holidays! -Jeff Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Subject: Re: [rt.cpan.org #24069] brutal criticisms are mute without warnings
Date: Wed, 27 Dec 2006 01:44:17 -0500
To: bug-criticism [...] rt.cpan.org
From: Jerrad Pierce <belg4mit [...] MIT.EDU>
Nope, no RC file. I was using perl 5.8.0, latest version of all dependencies. -- Free map of local environmental resources: http://CambridgeMA.GreenMap.org -- MOTD on Sweetmorn, the 69th of The Aftermath, in the YOLD 3172: Alternative smock. --JP
Then I'm not sure what you're expecting to see here. The default severity is 'gentle' (level 5), but calling a subroutine with an ampersand sigil is a 'cruel' (level 2) offense. So I don't think this should generate any violations anyway. Enabling warnings doesn't make any difference for me. -Jeff
Subject: Re: [rt.cpan.org #24069] brutal criticisms are mute without warnings
Date: Wed, 27 Dec 2006 02:19:44 -0500
To: bug-criticism [...] rt.cpan.org
From: Jerrad Pierce <belg4mit [...] MIT.EDU>
I think you've misread the bug report, see the 23rd entry of this year's advent calendar. I used criticism 'brutal', but the messages only appear with use warnings in effect. http://perladvent.pm.org/2006/23/ -- Free map of local environmental resources: http://CambridgeMA.GreenMap.org -- MOTD on Sweetmorn, the 69th of The Aftermath, in the YOLD 3172: Alternative smock. --JP
On Wed Dec 27 02:20:24 2006, belg4mit@MIT.EDU wrote: Show quoted text
> I think you've misread the bug report, see the 23rd entry of this year's > advent calendar. I used criticism 'brutal', but the messages only appear > with use warnings in effect. http://perladvent.pm.org/2006/23/
I still haven't been able to reproduce this bug, so I'm marking it as 'rejected' for now.