From: Dave Rolsky <autarch@urth.org>
Date: Thu, 28 Aug 2008 15:40:55 +0000 (+0000)
Subject: Expand the comment for this test
X-Git-Tag: 0.55_02~16
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a8752703dafe99d79711872a72a63880a0a8514;p=gitmo%2FMoose.git

Expand the comment for this test
---

diff --git a/t/030_roles/031_roles_applied_in_create.t b/t/030_roles/031_roles_applied_in_create.t
index 3f052f9..24d57bc 100644
--- a/t/030_roles/031_roles_applied_in_create.t
+++ b/t/030_roles/031_roles_applied_in_create.t
@@ -11,7 +11,10 @@ use Moose::Util;
 use lib 't/lib', 'lib';
 
 
-# Note that this test passes if we inline the role definitions in this file.
+# Note that this test passes if we inline the role definitions in this
+# file, and it passes now that Class::MOP::load_class was changed to
+# do eval "require $module" rather than loading the module by
+# path. Perl is a strange beast.
 lives_ok(
     sub {
         my $builder_meta = Moose::Meta::Class->create(