Subject: | Convert::ASN1::_encode complains of uninitialized value |
When running the SPOPS [1] module tests, there are a couple of warnings that pop up each time.
Keeping in mind the concept of "fix broken windows" [2], would it be sensible to find a way to silence these warnings, without silencing other (useful) warnings?
I'm thinking that the concept of testing for undef values may be useful enough (at least in this case) to warrant a "fix" in this module...
The basic warning looks like this:
Use of uninitialized value in length at /usr/share/perl5/Convert/ASN1/_encode.pm line 144, <DATA> line 283.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Convert/ASN1/_encode.pm line 145, <DATA> line 283.
Use of uninitialized value in length at /usr/share/perl5/Convert/ASN1/_encode.pm line 144, <DATA> line 283.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Convert/ASN1/_encode.pm line 145, <DATA> line 283.
A more detailed output can be found attached to corresponding SPOPS bug report [1].
[1] http://jira.openinteract.org/browse/SP-15
[2] http://c2.com/cgi/wiki?FixBrokenWindows