eradicate metaclasses
authorHans Dieter Pearcey <hdp@weftsoar.net>
Fri, 26 Jun 2009 01:20:23 +0000 (18:20 -0700)
committerHans Dieter Pearcey <hdp@weftsoar.net>
Fri, 26 Jun 2009 01:21:09 +0000 (18:21 -0700)
commitc13596ce8b488f81cf0e2a7624b9bbc612aa0346
tree0f5544b5a077a73eb6adca48560417bc8cf1667b
parent5f3663b2046a9099296bc50ecf7e79bde2163eaa
eradicate metaclasses
14 files changed:
lib/Moose/AttributeHelpers.pm
lib/Moose/AttributeHelpers/Bool.pm [deleted file]
lib/Moose/AttributeHelpers/Collection/Array.pm [deleted file]
lib/Moose/AttributeHelpers/Collection/Bag.pm [deleted file]
lib/Moose/AttributeHelpers/Collection/Hash.pm [deleted file]
lib/Moose/AttributeHelpers/Collection/ImmutableHash.pm [deleted file]
lib/Moose/AttributeHelpers/Collection/List.pm [deleted file]
lib/Moose/AttributeHelpers/Counter.pm [deleted file]
lib/Moose/AttributeHelpers/Number.pm [deleted file]
lib/Moose/AttributeHelpers/String.pm [deleted file]
t/070_attribute_helpers/010_array_from_role.t
t/070_attribute_helpers/011_counter_with_defaults.t
t/070_attribute_helpers/020_remove_attribute.t
t/070_attribute_helpers/207_trait_string.t