Skip Menu |

This queue is for tickets about the URI CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: lan [...] uibe.edu.cn
Cc:
AdminCc:

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



Subject: constructor problem and many others
To reproduce the bugs, simply execute it in shell: perl -le 'use URI; print URI->new("foo","http")->scheme;' Output is expected to be 'http', but I get nothing! Many other methods like authority, host are all affected. perl -le 'use URI; print URI->new("hi.com","ftp")->host;' I test it with perl 5.8 on Debian and RedHat Linux.