start sketching out an overload api for the mop
authorJesse Luehrs <doy@tozt.net>
Mon, 13 Feb 2012 01:17:57 +0000 (19:17 -0600)
committerDave Rolsky <autarch@urth.org>
Sat, 17 Mar 2012 15:14:43 +0000 (10:14 -0500)
commit2683d371fec5a97c460fee1a8d03339e30c8667d
tree5073a1a564b2745ba21262035038ce1557e6b70f
parent5116baeb0daf31309fee737a8b24a7e8cdd8c0a8
start sketching out an overload api for the mop
lib/Class/MOP.pm
lib/Class/MOP/Method/Overload.pm [new file with mode: 0644]
lib/Class/MOP/Mixin/HasMethods.pm
mop.c
mop.h
t/cmop/load.t
t/metaclasses/overloading.t [new file with mode: 0644]
xs/Moose.xs
xs/Overload.xs [new file with mode: 0644]