Move having methods to a new superclass - Class::MOP::HasMethods
authorDave Rolsky <autarch@urth.org>
Wed, 16 Dec 2009 17:52:38 +0000 (11:52 -0600)
committerDave Rolsky <autarch@urth.org>
Wed, 16 Dec 2009 17:52:38 +0000 (11:52 -0600)
commite3e651fb972d8c9c1cf82574b53dcc8cadfb717a
treea07c36fd0d2bfa4152778d62fc8c48344521762c
parent733125e8f9722371c6a8f7c9a31df4334495a169
Move having methods to a new superclass - Class::MOP::HasMethods
lib/Class/MOP.pm
lib/Class/MOP/Class.pm
lib/Class/MOP/HasMethods.pm [new file with mode: 0644]
lib/Class/MOP/Package.pm
t/000_load.t
t/010_self_introspection.t
xs/HasMethods.xs [new file with mode: 0644]
xs/MOP.xs
xs/Package.xs