From: Hans Dieter Pearcey Date: Fri, 10 Jul 2009 15:52:53 +0000 (-0400) Subject: rename from helpers to traits X-Git-Tag: 0.89_02~87 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14d64bb388fdeb521a2bfed16190d3a9aa5e1f78;p=gitmo%2FMoose.git rename from helpers to traits --- diff --git a/t/070_attribute_helpers/000_load.t b/t/070_attribute_traits/000_load.t similarity index 100% rename from t/070_attribute_helpers/000_load.t rename to t/070_attribute_traits/000_load.t diff --git a/t/070_attribute_helpers/010_array_from_role.t b/t/070_attribute_traits/010_array_from_role.t similarity index 100% rename from t/070_attribute_helpers/010_array_from_role.t rename to t/070_attribute_traits/010_array_from_role.t diff --git a/t/070_attribute_helpers/011_counter_with_defaults.t b/t/070_attribute_traits/011_counter_with_defaults.t similarity index 100% rename from t/070_attribute_helpers/011_counter_with_defaults.t rename to t/070_attribute_traits/011_counter_with_defaults.t diff --git a/t/070_attribute_helpers/020_remove_attribute.t b/t/070_attribute_traits/020_remove_attribute.t similarity index 100% rename from t/070_attribute_helpers/020_remove_attribute.t rename to t/070_attribute_traits/020_remove_attribute.t diff --git a/t/070_attribute_helpers/100_collection_with_roles.t b/t/070_attribute_traits/100_collection_with_roles.t similarity index 100% rename from t/070_attribute_helpers/100_collection_with_roles.t rename to t/070_attribute_traits/100_collection_with_roles.t diff --git a/t/070_attribute_helpers/201_trait_counter.t b/t/070_attribute_traits/201_trait_counter.t similarity index 100% rename from t/070_attribute_helpers/201_trait_counter.t rename to t/070_attribute_traits/201_trait_counter.t diff --git a/t/070_attribute_helpers/202_trait_array.t b/t/070_attribute_traits/202_trait_array.t similarity index 100% rename from t/070_attribute_helpers/202_trait_array.t rename to t/070_attribute_traits/202_trait_array.t diff --git a/t/070_attribute_helpers/203_trait_hash.t b/t/070_attribute_traits/203_trait_hash.t similarity index 100% rename from t/070_attribute_helpers/203_trait_hash.t rename to t/070_attribute_traits/203_trait_hash.t diff --git a/t/070_attribute_helpers/204_trait_number.t b/t/070_attribute_traits/204_trait_number.t similarity index 100% rename from t/070_attribute_helpers/204_trait_number.t rename to t/070_attribute_traits/204_trait_number.t diff --git a/t/070_attribute_helpers/205_trait_list.t b/t/070_attribute_traits/205_trait_list.t similarity index 100% rename from t/070_attribute_helpers/205_trait_list.t rename to t/070_attribute_traits/205_trait_list.t diff --git a/t/070_attribute_helpers/207_trait_string.t b/t/070_attribute_traits/207_trait_string.t similarity index 100% rename from t/070_attribute_helpers/207_trait_string.t rename to t/070_attribute_traits/207_trait_string.t diff --git a/t/070_attribute_helpers/208_trait_bool.t b/t/070_attribute_traits/208_trait_bool.t similarity index 100% rename from t/070_attribute_helpers/208_trait_bool.t rename to t/070_attribute_traits/208_trait_bool.t