https://bugzilla.redhat.com/show_bug.cgi?id=1168859



--- Comment #3 from Petr Pisar <ppi...@redhat.com> ---
I came to the same workaround. I will use your patch. Thanks.

Moose changed implementation how to look for a class:

commit c16411bc122732a1fe7f96f801a5cf127b146406
Author: Jesse Luehrs <d...@tozt.net>
Date:   Wed Sep 4 14:39:59 2013 -0400

    stop using Class::Load

    The heuristics involved in is_class_loaded and such have caused all
    kinds of issues over the years. Instead, we should use Module::Runtime,
    which uses %INC as the only check to see if a package has been loaded.
    This should hopefully not cause too many problems now that we make sure
    the appropriate %INC entry is set whenever Moose creates a class.

    Class::Load should stay as a dep for now, because we haven't actually
    deprecated Class::MOP::load_class and such yet, but we should get on
    that too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=dA4h9uKdw3&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to