Made init_meta a public API again and got rid of init_meta_args in
authorDave Rolsky <autarch@urth.org>
Thu, 7 Aug 2008 16:04:16 +0000 (16:04 +0000)
committerDave Rolsky <autarch@urth.org>
Thu, 7 Aug 2008 16:04:16 +0000 (16:04 +0000)
commit085fba615666e2297e8bc2d965b37ce4f0eb1182
tree4785706bd241ce353f9f107f9b113a70d06f87be
parent4403da902109164d2674c1169055c369500080ec
Made init_meta a public API again and got rid of init_meta_args in
Moose::Exporter.

The theory is that if you want to override the base class or metaclass
in your MX extension, you provide your own init_meta which does the
right thing.
lib/Moose.pm
lib/Moose/Exporter.pm
lib/Moose/Role.pm
t/050_metaclasses/012_moose_exporter.t