An entity claiming to be Joe Edmonds ([EMAIL PROTECTED]) wrote:
: Package: liblog-agent-perl
: Version: 0.306-1
: Severity: normal
: 
: 
: The version of Log::Agent installed by liblog-agent-perl turns off
: warnings globally.  To reproduce compare the outputs of these two
: one-liners:
: 
:   $ perl -MLog::Agent -we '$foo = undef; print "".$foo;'
:   $ perl -we '$foo = undef; print "".$foo;'
:   Use of uninitialized value in concatenation (.) or string at -e line 1.
: 
: This bug seems to be fixed in Log::Agent 0.307 (available on CPAN).
: 

Yes, this was fixed in 0.307.  The previous version had modified $^W, it's
been modified to do a localized "no warnings".

Mark

-- 
[]                        |
[] Mark Rogaski           |       No one has ever become poor by giving.
[] [EMAIL PROTECTED]      |       -- Anne Frank
[] [EMAIL PROTECTED]      |
[]                        |

Attachment: signature.asc
Description: Digital signature

Reply via email to