[Bug 6808] AsyncLoop and Perl 5.16.0

2013-01-16 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6808 Mark Martinec changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 6808] AsyncLoop and Perl 5.16.0

2012-06-26 Thread bugzilla-daemon
quot;; > $ent->{key} or die "oops, no key"; > $ent->{type} or die "oops, no type"; I applied a reshuffled variant of the above, thanks! (the {id} could potentially be 0, so I tried to stay on the safe side) trunk (3.4): Bug 6808: AsyncLoop and Perl 5.16.0 S

[Bug 6808] AsyncLoop and Perl 5.16.0

2012-06-17 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6808 --- Comment #2 from Todd Rinaldo --- I assume these are being passed in undef. If 0 is invalid, the simplest fix is just this right? $ent->{id} or die "oops, no id"; $ent->{key} or die "oops, no key"; $ent->{type} or die "oops, no

[Bug 6808] AsyncLoop and Perl 5.16.0

2012-06-17 Thread bugzilla-daemon
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6808 Todd Rinaldo changed: What|Removed |Added CC||to...@cpanel.net --- Comment #1