Inlining for native Bool trait
authorDave Rolsky <autarch@urth.org>
Tue, 21 Sep 2010 18:22:04 +0000 (13:22 -0500)
committerJesse Luehrs <doy@tozt.net>
Mon, 27 Sep 2010 00:41:24 +0000 (19:41 -0500)
commit664e417b261192c01990eaaa5dd77703f713a8a2
tree4ecffdd04478ab0b59937f2fa801ea23af53d2bf
parent126a13c8ae653ef4d35099ad3669a82554c7d388
Inlining for native Bool trait
lib/Moose/Meta/Attribute/Native/MethodProvider/Bool.pm [deleted file]
lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
lib/Moose/Meta/Method/Accessor/Native/Bool/Writer.pm [new file with mode: 0644]
lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm [new file with mode: 0644]
lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm [new file with mode: 0644]
lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm [new file with mode: 0644]
lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm [new file with mode: 0644]