X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F106_LazyClass_test.t;h=ff3e3547a3033de95cabbf4420fd46113dc291ec;hb=49c93440bd912ed231b8ab8e93a8e9ac7328fdc7;hp=877c845fb51594c8b6f0e0f16e03a0b8dd2aafdd;hpb=84ef30d18bb35c6ac09d1e3f7d49a27d275c88e1;p=gitmo%2FClass-MOP.git diff --git a/t/106_LazyClass_test.t b/t/106_LazyClass_test.t index 877c845..ff3e354 100644 --- a/t/106_LazyClass_test.t +++ b/t/106_LazyClass_test.t @@ -15,7 +15,7 @@ BEGIN { package BinaryTree; use metaclass 'Class::MOP::Class' => ( - ':attribute_metaclass' => 'LazyClass::Attribute' + ':attribute_metaclass' => 'LazyClass::Attribute', ); BinaryTree->meta->add_attribute('$:node' => (