From: Justin Hunter <justin.d.hunter@gmail.com>
Date: Thu, 27 Aug 2009 05:16:48 +0000 (-0700)
Subject: lazy_build => 1 makes required effectively 0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f58eb3204952be9aa447d3c8f46937344a86c8de;p=gitmo%2FMooseX-AutoDoc.git

lazy_build => 1 makes required effectively 0
---

diff --git a/t/002-attributes.t b/t/002-attributes.t
index 29d0960..650b419 100644
--- a/t/002-attributes.t
+++ b/t/002-attributes.t
@@ -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});