factor out eager default calculation
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 16:19:02 +0000 (16:19 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 16:19:02 +0000 (16:19 +0000)
commit4ced3a946d97b0620f316923039897fd98256919
tree4732764d70ce4f9328bf3de8f05a3af34519d71d
parentd02da2bc41a7f450a64ef79a571a889e73f690d6
factor out eager default calculation

Both constructor and accessor now need to test if an attribute has an
eager default for their parts in generating the population code, so
factor the logic out onto accessor to leave it pluggable for later.
lib/Method/Generate/Accessor.pm
lib/Method/Generate/Constructor.pm