Skip Menu |

This queue is for tickets about the Net-RDAP CPAN distribution.

Report information
The Basics
Id: 132736
Status: resolved
Priority: 0/
Queue: Net-RDAP

People
Owner: gbrown [...] cpan.org
Requestors: trond [...] thaugen.no
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.14
Fixed in: (no value)



Subject: Noisy warning on ->fetch(url)
Using fetch method with an URI, like this: $resp = $self->fetch(URI->new($URL)); $URL is a full url, like https://rdap.norid.no/entity/NRA626O-NORID The following warning is then printed (on my mac osx at least): &Digest::SHA1::sha1_hex function called with reference argument at /usr/local/Cellar/perl/5.30.2/lib/perl5/site_perl/5.30.2/Net/RDAP.pm line 386.
On Fri May 29 07:42:37 2020, TROHAU wrote: Show quoted text
> Using fetch method with an URI, like this: > $resp = $self->fetch(URI->new($URL)); > > $URL is a full url, like https://rdap.norid.no/entity/NRA626O-NORID > > The following warning is then printed (on my mac osx at least): > > &Digest::SHA1::sha1_hex function called with reference argument at > /usr/local/Cellar/perl/5.30.2/lib/perl5/site_perl/5.30.2/Net/RDAP.pm > line 386.
This is fixed in 0.15 which I just uploaded.