Skip Menu |

This queue is for tickets about the Data-Dump-Streamer CPAN distribution.

Report information
The Basics
Id: 41621
Status: rejected
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: Nobody in particular
Requestors: ambrus [...] math.bme.hu
Cc:
AdminCc:

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



Subject: $^W turned off (Data::Dump::Streamer bug)
Date: Thu, 11 Dec 2008 07:50:41 +0100
To: bug-Data-Dump-Streamer [...] rt.cpan.org
From: "Zsbán Ambrus" <ambrus [...] math.bme.hu>
Dear Data::Dump::Streamer maintainers! When DDS is loaded, it may turn off the warnings flag $^W. This is confusing because when you're using the -w flag and DDS, warnings you would count on may disappear. This applies to both compile-time and runtime warnings. Here are some examples. [am]king ~$ perl -we '$_x = foo;' Unquoted string "foo" may clash with future reserved word at -e line 1. [am]king ~$ perl -we 'use Data::Dump::Streamer; $_x = foo;' [am]king ~$ perl -we '$_x = 1 + "abc";' Argument "abc" isn't numeric in addition (+) at -e line 1. [am]king ~$ perl -we 'use Data::Dump::Streamer; $_x = 1 + "abc";' Thanks for your time, Ambrus
I have rejected this bug, it seems to be a byproduct of using B::Utils, so this bug should be filed against that package. Thanks for the report tho.