instance-refactored
[gitmo/Class-MOP.git] / t / 106_LazyClass_test.t
index 877c845..ff3e354 100644 (file)
@@ -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' => (