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