Skip Menu |

This queue is for tickets about the Devel-REPL CPAN distribution.

Report information
The Basics
Id: 84011
Status: resolved
Priority: 0/
Queue: Devel-REPL

People
Owner: Nobody in particular
Requestors: zmughal [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.003015
Fixed in: (no value)



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
1.003016 has been uploaded. Thank you!!