Subject: | $self->scheme bug |
use URI;
my $a = URI->new('hello', 'http');
say $a->scheme; ## return nothing here.
say ref $a; ## URI::http
I suppose you should also check the package name and return the scheme
accordingly?
This queue is for tickets about the URI CPAN distribution.
The Basics
People
|
Bug Information
|