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