zigdon has asked for the wisdom of the Perl Monks concerning the following question:
Seems that it's related to perl 5.8.x? Tried on two linux boxes, got the same error with 5.8.4, and it worked properly with 5.6.1. So what's wrong with this picture? I ran into this when trying to get Class::DBI::Loader::Relationship to work for Maypole. Any hints welcome!$ perl -MLingua::EN::Inflect -e 1 Modification of a read-only value attempted at /usr/local/lib/perl5/si +te_perl/5.8.0/Lingua/EN/Inflect.pm line 140. Compilation failed in require. BEGIN failed--compilation aborted. zsh: exit 255 perl -MLingua::EN::Inflect -e 1 $ perl -v This is perl, v5.8.3 built for i386-freebsd ...
-- zigdon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Lingua::EN::Inflect broken with 5.8.x?
by dragonchild (Archbishop) on Jul 15, 2004 at 13:59 UTC | |
by zigdon (Deacon) on Jul 15, 2004 at 15:14 UTC | |
|
Re: Lingua::EN::Inflect broken with 5.8.x?
by Joost (Canon) on Jul 15, 2004 at 14:45 UTC |