Subject: | Plugins have some loading errors due to MooseX::AttributeHelpers |
Hello,
I have been using the Devel::REPL with several plugins loaded in my
repl.rc and noticed that some of these plugins do not load on the latest
version of Devel::REPL.
I tracked down the issue to using the metaclass'es from the deprecated
MooseX::AttributeHelpers and made patches to change those to uses the
traits's that are now included in Moose itself
<https://github.com/zmughal/Devel-REPL/commit/752e1b8212ee910bd63fb68d99cb3bb7b060e5e0>.
I also created tests for loading all the included plugins (except
Newline)
<https://github.com/zmughal/Devel-REPL/commit/68721db7212fbcb601421056cc1c149492f6f462>
which demonstrates the above bug.
Regards,
- zaki