On 2015-08-21 at 13:27:44 +0200, Ingo Schmid wrote:
> 
> Chris,
> in my experience this is not so.
> 
> Class::MOP::load_class is deprecated at
> /usr/lib64/perl5/vendor_perl/5.22.0/x86_64-linux-thread-multi/Class/MOP.pm
> line 69.
> 
> ....
> 
> Loaded PDL v2.013
> 
> load_rcfile: got $HOME = /home/ingo
> load_rcfile: loading /home/ingo/.perldlrc
> pdl> use Devel::REPL
> 
> pdl> p $Devel::REPL::VERSION
> 1.003026

Hello Ingo,

I believe the issue is with the version of MooseX::Object::Pluggable.
You will need at least version 0.012. Check with:

    perl -MMooseX::Object::Pluggable -E 'say 
$MooseX::Object::Pluggable::VERSION'

If you install a new version of Moose, it should give a warning about
old versions of modules. After the Moose install, run `moose-outdated`
and you'll see a list of modules that will need a version bump.

Hope that helps,
- Zaki Mughal

> 
> Ingo

------------------------------------------------------------------------------
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general

Reply via email to