Split out calling an attribute's builder into its own private method.
authorDave Rolsky <autarch@urth.org>
Mon, 1 Sep 2008 21:09:07 +0000 (21:09 +0000)
committerDave Rolsky <autarch@urth.org>
Mon, 1 Sep 2008 21:09:07 +0000 (21:09 +0000)
commit8fe20aab9c589f5d2d6d48eaac2c4807fc4304bc
tree53b6604beaf385407e2612454cf9c3995d442845
parent3d24a30e079d69e9f605c0c98c8041dcb3119a62
Split out calling an attribute's builder into its own private method.

A) This is a nice refactor.
B) It makes subclassing easier, and I need it for MX::ClassAttribute.
lib/Moose/Meta/Attribute.pm