projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2866c94
)
chmod -x
Fuji, Goro [Thu, 23 Sep 2010 13:58:48 +0000 (22:58 +0900)]
43 files changed:
Makefile.PL
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
lib/Mouse/Meta/Method.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
lib/Mouse/Meta/Method/Accessor.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
lib/Mouse/Meta/Module.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
lib/Mouse/Meta/Role/Method.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/000_recipes/002_schwartz_tutorial.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/001_basic_class_setup.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/002_require_superclasses.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/003_super_and_override.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/004_inner_and_augment.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/005_override_augment_inner_super.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/006_override_and_foreign_classes.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/007_always_strict_warnings.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/008_wrapped_method_cxt_propagation.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/009_import_unimport.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/011_moose_respects_type_constraints.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/013_create.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/014_create_anon.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/015_buildargs.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/017_error_handling.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/019-destruction.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/010_basics/failing/012_rebless.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/020_attributes/016_attribute_traits_registered.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/020_attributes/017_attribute_traits_n_meta.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/001_meta_role.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/002_role.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/003_apply_role.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/019_build.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/031_roles_applied_in_create.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/041_empty_method_modifiers_meta_bug.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/042_compose_overloading.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/failing/038_new_meta_role.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/failing/039_application_toclass.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/failing/040_role_for_combination.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/030_roles/failing/043_conflict_many_methods.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/040_type_constraints/009_union_types_and_coercions.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/040_type_constraints/015_enum.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/040_type_constraints/017_subtyping_union_types.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/300_immutable/004_inlined_constructors_n_types.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/300_immutable/005_multiple_demolish_inline.t
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/lib/Bar.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
t/lib/Foo.pm
[changed mode: 0755->0644]
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/Mouse/Meta/Method.pm
b/lib/Mouse/Meta/Method.pm
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/Mouse/Meta/Method/Accessor.pm
b/lib/Mouse/Meta/Method/Accessor.pm
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/Mouse/Meta/Module.pm
b/lib/Mouse/Meta/Module.pm
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/Mouse/Meta/Role/Method.pm
b/lib/Mouse/Meta/Role/Method.pm
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/000_recipes/002_schwartz_tutorial.t
b/t/000_recipes/002_schwartz_tutorial.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/001_basic_class_setup.t
b/t/010_basics/001_basic_class_setup.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/002_require_superclasses.t
b/t/010_basics/002_require_superclasses.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/003_super_and_override.t
b/t/010_basics/003_super_and_override.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/004_inner_and_augment.t
b/t/010_basics/004_inner_and_augment.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/005_override_augment_inner_super.t
b/t/010_basics/005_override_augment_inner_super.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/006_override_and_foreign_classes.t
b/t/010_basics/006_override_and_foreign_classes.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/007_always_strict_warnings.t
b/t/010_basics/007_always_strict_warnings.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/008_wrapped_method_cxt_propagation.t
b/t/010_basics/008_wrapped_method_cxt_propagation.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/009_import_unimport.t
b/t/010_basics/009_import_unimport.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/011_moose_respects_type_constraints.t
b/t/010_basics/011_moose_respects_type_constraints.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/013_create.t
b/t/010_basics/013_create.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/014_create_anon.t
b/t/010_basics/014_create_anon.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/015_buildargs.t
b/t/010_basics/015_buildargs.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/017_error_handling.t
b/t/010_basics/017_error_handling.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/019-destruction.t
b/t/010_basics/019-destruction.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/010_basics/failing/012_rebless.t
b/t/010_basics/failing/012_rebless.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/020_attributes/016_attribute_traits_registered.t
b/t/020_attributes/016_attribute_traits_registered.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/020_attributes/017_attribute_traits_n_meta.t
b/t/020_attributes/017_attribute_traits_n_meta.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/001_meta_role.t
b/t/030_roles/001_meta_role.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/002_role.t
b/t/030_roles/002_role.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/003_apply_role.t
b/t/030_roles/003_apply_role.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/019_build.t
b/t/030_roles/019_build.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/031_roles_applied_in_create.t
b/t/030_roles/031_roles_applied_in_create.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/041_empty_method_modifiers_meta_bug.t
b/t/030_roles/041_empty_method_modifiers_meta_bug.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/042_compose_overloading.t
b/t/030_roles/042_compose_overloading.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/failing/038_new_meta_role.t
b/t/030_roles/failing/038_new_meta_role.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/failing/039_application_toclass.t
b/t/030_roles/failing/039_application_toclass.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/failing/040_role_for_combination.t
b/t/030_roles/failing/040_role_for_combination.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/030_roles/failing/043_conflict_many_methods.t
b/t/030_roles/failing/043_conflict_many_methods.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/040_type_constraints/009_union_types_and_coercions.t
b/t/040_type_constraints/009_union_types_and_coercions.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/040_type_constraints/015_enum.t
b/t/040_type_constraints/015_enum.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/040_type_constraints/017_subtyping_union_types.t
b/t/040_type_constraints/017_subtyping_union_types.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
b/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/300_immutable/004_inlined_constructors_n_types.t
b/t/300_immutable/004_inlined_constructors_n_types.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/300_immutable/005_multiple_demolish_inline.t
b/t/300_immutable/005_multiple_demolish_inline.t
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/lib/Bar.pm
b/t/lib/Bar.pm
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/t/lib/Foo.pm
b/t/lib/Foo.pm
old mode 100755
(executable)
new mode 100644
(file)