Subject: | Devel::REPL doesn't appear to work with the latest Moose |
I just upgraded Moose to 0.98, and Devel::REPL is failing to start with
the following error:
Can't locate object method "load_plugin" via package
"Moose::Meta::Class" at
/usr/local/lib/perl5/site_perl/5.10.1/Devel/REPL/Plugin/LexEnv.pm line 9.
BEGIN failed--compilation aborted at /usr/local/bin/re.pl line 3.
(and occasionally, a segfault).
I've upgraded Devel::REPL, and been through all of it's deps and
upgraded everything I could see, but it didn't appear to help. I should
probably point out that I'm only assuming that the new version of Moose
is the problem.
Apologies for not being able to provide more useful information, I'm not
sure where to start with this one.