From: Dave Rolsky Date: Fri, 29 Aug 2008 03:45:00 +0000 (+0000) Subject: Update comment for this test, so it is more accurate. X-Git-Tag: 0.55_02~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f24d409fce91ad40da9866db499b450042a06128;p=gitmo%2FMoose.git Update comment for this test, so it is more accurate. --- diff --git a/t/030_roles/031_roles_applied_in_create.t b/t/030_roles/031_roles_applied_in_create.t index 24d57bc..8aed354 100644 --- a/t/030_roles/031_roles_applied_in_create.t +++ b/t/030_roles/031_roles_applied_in_create.t @@ -11,10 +11,8 @@ use Moose::Util; use lib 't/lib', 'lib'; -# 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. +# Note that this test passed (pre svn #5543) if we inlined the role +# definitions in this file, as it was very timing sensitive. lives_ok( sub { my $builder_meta = Moose::Meta::Class->create(