Expand the comment for this test
Dave Rolsky [Thu, 28 Aug 2008 15:40:55 +0000 (15:40 +0000)]
t/030_roles/031_roles_applied_in_create.t

index 3f052f9..24d57bc 100644 (file)
@@ -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(