Can't add lazy_build to an attr that has a default in the parent
Dave Rolsky [Tue, 26 Oct 2010 20:30:46 +0000 (15:30 -0500)]
t/020_attributes/009_attribute_inherited_slot_specs.t

index 2e089cb..3a35989 100644 (file)
@@ -80,7 +80,7 @@ use Test::Fatal;
     }, '... we can change/add lazy as an attribute option';
 
     ::ok ! ::exception {
-        has '+gloum' => (lazy_build => 1);
+        has '+fleem' => (lazy_build => 1);
     }, '... we can add lazy_build as an attribute option';
 
     ::ok ! ::exception {