buncha-stuff
[gitmo/Class-MOP.git] / bench / lib / MOP / Point.pm
index eb96573..b07b8fd 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use metaclass;
 
-__PACKAGE__->meta->add_attribute('x' => (accessor => 'x'));
+__PACKAGE__->meta->add_attribute('x' => (accessor => 'x', default => 10));
 __PACKAGE__->meta->add_attribute('y' => (accessor => 'y'));
 
 sub new {