lazy_build => 1 makes required effectively 0
Justin Hunter [Thu, 27 Aug 2009 05:16:48 +0000 (22:16 -0700)]
t/002-attributes.t

index 29d0960..650b419 100644 (file)
@@ -94,7 +94,7 @@ my %attributes = map { $_ => $meta->get_attribute($_) }
                 'clearer' => 'clear_attr6'
                },
      'name' => 'attr6',
-     'description' => 'Required read-write lazy-building value'
+     'description' => 'Optional read-write lazy-building value'
     };
 
   my $spec = $autodoc->_attribute_info($attributes{attr6});