in Moose::Object add support for a hook BUILDCLASS which allows
authorGordon Irving <goraxe@goraxe.me.uk>
Sat, 1 Aug 2009 19:26:28 +0000 (20:26 +0100)
committerGordon Irving <goraxe@goraxe.me.uk>
Sat, 1 Aug 2009 19:26:28 +0000 (20:26 +0100)
commitcaefeda227e0704df7728a6ca8340964ee08446d
tree9f25025957746745e9bf27beac3f8061e6948c7a
parent940ed284e760a0f94305e9f2a4e945bc3d4349bd
in Moose::Object add support for a hook BUILDCLASS which allows
subclasses to change the class the object is being blessed into.  The
intended purpose is to allow MooseX::Traits and other classes which add
a new_with_X_feature to create an anon class and return it.  Thus
allowing all creation to go through a std new()
lib/Moose/Object.pm