Skip Menu |

This queue is for tickets about the Lingua-ZH-CCDICT CPAN distribution.

Report information
The Basics
Id: 44071
Status: resolved
Priority: 0/
Queue: Lingua-ZH-CCDICT

People
Owner: Nobody in particular
Requestors: m.e [...] acm.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Can't locate object method "new" via package "Lingua::ZH::CCDICT::ResultSet"
my $ccdict = Lingua::ZH::CCDICT->new( storage => 'InMemory' ); my $all = $ccdict->all_characters(); results in Can't locate object method "new" via package "Lingua::ZH::CCDICT::ResultSet" at /usr/local/lib/perl5/site_perl/5.10.0/Lingua/ZH/CCDICT/Storage/InMemory.pm line 58. Show quoted text
> perl -v
This is perl, v5.10.0 built for i386-linux-thread-multi ... Show quoted text
> uname -a
Linux edward.sunmoonstars 2.6.27.15-170.2.24.fc10.i686 #1 SMP Wed Feb 11 23:58:12 EST 2009 i686 i686 i386 GNU/Linux