lib/Moose/Meta/Attribute/Native/Trait.pm: factor out some of the namespace resolution... rfc/kentnl/native_traits_flex
authorKent Fredric <kentfredric@gmail.com>
Wed, 27 Mar 2013 05:56:45 +0000 (18:56 +1300)
committerKent Fredric <kentfredric@gmail.com>
Sat, 30 Mar 2013 06:33:12 +0000 (19:33 +1300)
commitc20a93c643c5d4afcb619ec96fbc7c7d529d4943
tree157b7f0f60ace68b49eee0fb6c4484faa552c449
parent4ddb88c41cd010c1fc39207e7c236e61ac95d79a
lib/Moose/Meta/Attribute/Native/Trait.pm: factor out some of the namespace resolution logic to compentised subs

This should make 3rd party native types more viable, and allow creation
of native types outside the primary Moose namespace.
lib/Moose/Meta/Attribute/Native/Trait.pm