projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e11fb12
)
rename from helpers to traits
Hans Dieter Pearcey [Fri, 10 Jul 2009 15:52:53 +0000 (11:52 -0400)]
12 files changed:
t/070_attribute_traits/000_load.t
[moved from
t/070_attribute_helpers/000_load.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/010_array_from_role.t
[moved from
t/070_attribute_helpers/010_array_from_role.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/011_counter_with_defaults.t
[moved from
t/070_attribute_helpers/011_counter_with_defaults.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/020_remove_attribute.t
[moved from
t/070_attribute_helpers/020_remove_attribute.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/100_collection_with_roles.t
[moved from
t/070_attribute_helpers/100_collection_with_roles.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/201_trait_counter.t
[moved from
t/070_attribute_helpers/201_trait_counter.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/202_trait_array.t
[moved from
t/070_attribute_helpers/202_trait_array.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/203_trait_hash.t
[moved from
t/070_attribute_helpers/203_trait_hash.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/204_trait_number.t
[moved from
t/070_attribute_helpers/204_trait_number.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/205_trait_list.t
[moved from
t/070_attribute_helpers/205_trait_list.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/207_trait_string.t
[moved from
t/070_attribute_helpers/207_trait_string.t
with 100% similarity]
patch
|
blob
|
blame
|
history
t/070_attribute_traits/208_trait_bool.t
[moved from
t/070_attribute_helpers/208_trait_bool.t
with 100% similarity]
patch
|
blob
|
blame
|
history
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