Skip Menu |

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

Report information
The Basics
Id: 69089
Status: new
Priority: 0/
Queue: Net-FreeDB2

People
Owner: Nobody in particular
Requestors: DUMB [...] cpan.org
Cc:
AdminCc:

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



Subject: Missing module use statement
When querying the database straight from a new match instance, rather than looking up an entry first as the code below: my $conn = Net::FreeDB2->connection($connectionConfig); my $match = Net::FreeDB2::Match->new($matchConfig); my $res = $conn->read($match); The following error occurs: Can't locate object method "new" via package "Net::FreeDB2::Entry" (perhaps you forgot to load "Net::FreeDB2::Entry"?) at /usr/lib/perl5/site_perl/5.10.0/Net/FreeDB2/Response/Read.pm line 72 Thanks