Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 2679
Status: resolved
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

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



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.