Instead of loading by path, we let Perl do its thing and load by
authorDave Rolsky <autarch@urth.org>
Thu, 28 Aug 2008 15:06:56 +0000 (15:06 +0000)
committerDave Rolsky <autarch@urth.org>
Thu, 28 Aug 2008 15:06:56 +0000 (15:06 +0000)
commit40b017cf19e39ab8df0c00951746570ea31a9e11
treec1279524f56647c9a7dd91b2ed46c30dd8dc59b6
parent9457b59678c67b47f31e82d284ed57c10d7fc091
Instead of loading by path, we let Perl do its thing and load by
module name. For some reason, this fixes a bug that tokuhirom found in
Moose (t/030_roles/031_roles_applied_in_create.t), which seemed to
have something to do with load order of the various roles. Go figure.
lib/Class/MOP.pm