first pass at allowing Moose and Moose::Role to omit the meta method
authorJesse Luehrs <doy@tozt.net>
Sat, 25 Sep 2010 21:19:04 +0000 (16:19 -0500)
committerJesse Luehrs <doy@tozt.net>
Mon, 27 Sep 2010 07:41:38 +0000 (02:41 -0500)
commitd65bfd76df13cfc72b5a74d6108cf4571b6bf23d
tree87a7175c139b261bc358b5e4e44c1210a921104b
parentba7d613dcaaf238ed484c40bf70facfe6173ea95
first pass at allowing Moose and Moose::Role to omit the meta method

not currently working because of issues with metaclass
reinitialization... if someone uses a metarole type thing after moose
installs the meta method, it gets turned back into a regular
Moose::Meta::Method object, and so a bunch of checks don't work
correctly (this is the cause of the warnings in the test suite).
lib/Moose.pm
lib/Moose/Exporter.pm
lib/Moose/Role.pm