First stab at applying traits to a metaclass via:
authorDave Rolsky <autarch@urth.org>
Mon, 28 Jul 2008 01:56:31 +0000 (01:56 +0000)
committerDave Rolsky <autarch@urth.org>
Mon, 28 Jul 2008 01:56:31 +0000 (01:56 +0000)
commitf3d297ad09726cef0c12c43ae85dbcc0cf7251a2
treedc8e1f6991cb7088e7c7f450d79b95306ef11afe
parente6883dec8aedd277897254881a5bc7ae2a7c6a31
First stab at applying traits to a metaclass via:

 use Moose -traits => [ 'Foo' ]

So far it is tested for applying a single trait to a metaclass (and it
actually works).
lib/Moose.pm
lib/Moose/Meta/Role.pm
lib/Moose/Meta/Role/Application/ToMetaclassInstance.pm [new file with mode: 0644]
t/050_metaclasses/012_metaclass_traits.t [new file with mode: 0644]