Subject: | Uninit warnings from URI::sip on 5.6.0. |
$ perl -w t/sip.t
1..8
ok 1
Use of uninitialized value in concatenation (.) at URI/sip.pm line 30.
ok 2
Use of uninitialized value in concatenation (.) at URI/sip.pm line 30.
Use of uninitialized value in concatenation (.) at URI/sip.pm line 30.
ok 3
Use of uninitialized value in concatenation (.) at URI/sip.pm line 30.
ok 4
ok 5
ok 6
ok 7
ok 8
This is $3 in URI::sip::authority() being undefined ($4 is ''). The first is called from line 12 of sip.t (the host_port() change).
This is OS X's 5.6.0, so it may be a 5.6.0 bug.