Andy Lester
Andy Lester
I'm not understanding what you're suggesting. What is an example of code that trips this warning that you would like to be able to configure past?
@mkende So you have this code local $Data::Dumper::Pad = ''; and even though the policy throws a warning, the code is OK with you because that's easier to read than...
So here's our situation as I see it. * ProhibitEmptyQuotes is really ProhibitStringsThatAreNothingButWhitespace. We can't change it. * You want a way to allow a zero-length string. * You don't...
The downside is it's more complex, and it's not a feature anyone has asked for.
> makes it much clearer that I meant to do that Yes, agreed 100%.
ack's default behavior is to not look inside binary files. That's why the `return -T $file->name` is there. Using Perl's `-T` operator is clearly not ideal, but I don't know...