From: gfx Date: Sat, 10 Oct 2009 08:11:23 +0000 (+0900) Subject: Move t/*/t into t/001_mouse X-Git-Tag: 0.37_06~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=920139b3efca66d2caeeef306c97fa0da62c6b73 Move t/*/t into t/001_mouse --- diff --git a/t/001-strict.t b/t/001_mouse/001-strict.t similarity index 100% rename from t/001-strict.t rename to t/001_mouse/001-strict.t diff --git a/t/002-warnings.t b/t/001_mouse/002-warnings.t similarity index 100% rename from t/002-warnings.t rename to t/001_mouse/002-warnings.t diff --git a/t/003-mouse-object.t b/t/001_mouse/003-mouse-object.t similarity index 100% rename from t/003-mouse-object.t rename to t/001_mouse/003-mouse-object.t diff --git a/t/004-auto-subclass.t b/t/001_mouse/004-auto-subclass.t similarity index 100% rename from t/004-auto-subclass.t rename to t/001_mouse/004-auto-subclass.t diff --git a/t/005-extends.t b/t/001_mouse/005-extends.t similarity index 100% rename from t/005-extends.t rename to t/001_mouse/005-extends.t diff --git a/t/006-unimport.t b/t/001_mouse/006-unimport.t similarity index 100% rename from t/006-unimport.t rename to t/001_mouse/006-unimport.t diff --git a/t/007-attributes.t b/t/001_mouse/007-attributes.t similarity index 100% rename from t/007-attributes.t rename to t/001_mouse/007-attributes.t diff --git a/t/008-default.t b/t/001_mouse/008-default.t similarity index 100% rename from t/008-default.t rename to t/001_mouse/008-default.t diff --git a/t/009-default-code.t b/t/001_mouse/009-default-code.t similarity index 100% rename from t/009-default-code.t rename to t/001_mouse/009-default-code.t diff --git a/t/010-required.t b/t/001_mouse/010-required.t similarity index 100% rename from t/010-required.t rename to t/001_mouse/010-required.t diff --git a/t/011-lazy.t b/t/001_mouse/011-lazy.t similarity index 100% rename from t/011-lazy.t rename to t/001_mouse/011-lazy.t diff --git a/t/012-predicate.t b/t/001_mouse/012-predicate.t similarity index 100% rename from t/012-predicate.t rename to t/001_mouse/012-predicate.t diff --git a/t/013-clearer.t b/t/001_mouse/013-clearer.t similarity index 100% rename from t/013-clearer.t rename to t/001_mouse/013-clearer.t diff --git a/t/014-build.t b/t/001_mouse/014-build.t similarity index 100% rename from t/014-build.t rename to t/001_mouse/014-build.t diff --git a/t/015-demolish.t b/t/001_mouse/015-demolish.t similarity index 100% rename from t/015-demolish.t rename to t/001_mouse/015-demolish.t diff --git a/t/016-trigger.t b/t/001_mouse/016-trigger.t similarity index 100% rename from t/016-trigger.t rename to t/001_mouse/016-trigger.t diff --git a/t/017-default-reference.t b/t/001_mouse/017-default-reference.t similarity index 100% rename from t/017-default-reference.t rename to t/001_mouse/017-default-reference.t diff --git a/t/018-multiattr-has.t b/t/001_mouse/018-multiattr-has.t similarity index 100% rename from t/018-multiattr-has.t rename to t/001_mouse/018-multiattr-has.t diff --git a/t/019-handles.t b/t/001_mouse/019-handles.t similarity index 100% rename from t/019-handles.t rename to t/001_mouse/019-handles.t diff --git a/t/020-load-class.t b/t/001_mouse/020-load-class.t similarity index 100% rename from t/020-load-class.t rename to t/001_mouse/020-load-class.t diff --git a/t/021-weak-ref.t b/t/001_mouse/021-weak-ref.t similarity index 100% rename from t/021-weak-ref.t rename to t/001_mouse/021-weak-ref.t diff --git a/t/022-init-arg.t b/t/001_mouse/022-init-arg.t similarity index 100% rename from t/022-init-arg.t rename to t/001_mouse/022-init-arg.t diff --git a/t/023-builder.t b/t/001_mouse/023-builder.t similarity index 100% rename from t/023-builder.t rename to t/001_mouse/023-builder.t diff --git a/t/024-isa.t b/t/001_mouse/024-isa.t similarity index 100% rename from t/024-isa.t rename to t/001_mouse/024-isa.t diff --git a/t/025-more-isa.t b/t/001_mouse/025-more-isa.t old mode 100755 new mode 100644 similarity index 100% rename from t/025-more-isa.t rename to t/001_mouse/025-more-isa.t diff --git a/t/026-auto-deref.t b/t/001_mouse/026-auto-deref.t similarity index 100% rename from t/026-auto-deref.t rename to t/001_mouse/026-auto-deref.t diff --git a/t/027-modifiers.t b/t/001_mouse/027-modifiers.t similarity index 100% rename from t/027-modifiers.t rename to t/001_mouse/027-modifiers.t diff --git a/t/028-subclass-attr.t b/t/001_mouse/028-subclass-attr.t similarity index 100% rename from t/028-subclass-attr.t rename to t/001_mouse/028-subclass-attr.t diff --git a/t/029-new.t b/t/001_mouse/029-new.t similarity index 100% rename from t/029-new.t rename to t/001_mouse/029-new.t diff --git a/t/030-has-plus.t b/t/001_mouse/030-has-plus.t similarity index 100% rename from t/030-has-plus.t rename to t/001_mouse/030-has-plus.t diff --git a/t/031-clone.t b/t/001_mouse/031-clone.t similarity index 100% rename from t/031-clone.t rename to t/001_mouse/031-clone.t diff --git a/t/032-buildargs.t b/t/001_mouse/032-buildargs.t similarity index 100% rename from t/032-buildargs.t rename to t/001_mouse/032-buildargs.t diff --git a/t/033-requires.t b/t/001_mouse/033-requires.t similarity index 100% rename from t/033-requires.t rename to t/001_mouse/033-requires.t diff --git a/t/034-apply_all_roles.t b/t/001_mouse/034-apply_all_roles.t similarity index 100% rename from t/034-apply_all_roles.t rename to t/001_mouse/034-apply_all_roles.t diff --git a/t/035-apply-roles-to-roles.t b/t/001_mouse/035-apply-roles-to-roles.t similarity index 100% rename from t/035-apply-roles-to-roles.t rename to t/001_mouse/035-apply-roles-to-roles.t diff --git a/t/036-with-method-alias.t b/t/001_mouse/036-with-method-alias.t similarity index 100% rename from t/036-with-method-alias.t rename to t/001_mouse/036-with-method-alias.t diff --git a/t/037-dont-load-test-exception.t b/t/001_mouse/037-dont-load-test-exception.t similarity index 100% rename from t/037-dont-load-test-exception.t rename to t/001_mouse/037-dont-load-test-exception.t diff --git a/t/038-main.t b/t/001_mouse/038-main.t similarity index 100% rename from t/038-main.t rename to t/001_mouse/038-main.t diff --git a/t/039-subtype.t b/t/001_mouse/039-subtype.t similarity index 100% rename from t/039-subtype.t rename to t/001_mouse/039-subtype.t diff --git a/t/040-existing-subclass.t b/t/001_mouse/040-existing-subclass.t similarity index 100% rename from t/040-existing-subclass.t rename to t/001_mouse/040-existing-subclass.t diff --git a/t/041-enum.t b/t/001_mouse/041-enum.t similarity index 100% rename from t/041-enum.t rename to t/001_mouse/041-enum.t diff --git a/t/042-override.t b/t/001_mouse/042-override.t similarity index 100% rename from t/042-override.t rename to t/001_mouse/042-override.t diff --git a/t/043-parameterized-type.t b/t/001_mouse/043-parameterized-type.t similarity index 100% rename from t/043-parameterized-type.t rename to t/001_mouse/043-parameterized-type.t diff --git a/t/044-attribute-metaclass.t b/t/001_mouse/044-attribute-metaclass.t similarity index 100% rename from t/044-attribute-metaclass.t rename to t/001_mouse/044-attribute-metaclass.t diff --git a/t/045-import-into_level.t b/t/001_mouse/045-import-into_level.t similarity index 100% rename from t/045-import-into_level.t rename to t/001_mouse/045-import-into_level.t diff --git a/t/046-meta-add_attribute.t b/t/001_mouse/046-meta-add_attribute.t similarity index 100% rename from t/046-meta-add_attribute.t rename to t/001_mouse/046-meta-add_attribute.t diff --git a/t/047-attribute-metaclass-role.t b/t/001_mouse/047-attribute-metaclass-role.t similarity index 100% rename from t/047-attribute-metaclass-role.t rename to t/001_mouse/047-attribute-metaclass-role.t diff --git a/t/049-coercion-application-order.t b/t/001_mouse/049-coercion-application-order.t old mode 100755 new mode 100644 similarity index 100% rename from t/049-coercion-application-order.t rename to t/001_mouse/049-coercion-application-order.t diff --git a/t/050-inherited-immutable-constructor-bug.t b/t/001_mouse/050-inherited-immutable-constructor-bug.t old mode 100755 new mode 100644 similarity index 100% rename from t/050-inherited-immutable-constructor-bug.t rename to t/001_mouse/050-inherited-immutable-constructor-bug.t diff --git a/t/051_throw_error.t b/t/001_mouse/051_throw_error.t old mode 100755 new mode 100644 similarity index 100% rename from t/051_throw_error.t rename to t/001_mouse/051_throw_error.t diff --git a/t/052-undefined-type-in-union.t b/t/001_mouse/052-undefined-type-in-union.t old mode 100755 new mode 100644 similarity index 100% rename from t/052-undefined-type-in-union.t rename to t/001_mouse/052-undefined-type-in-union.t diff --git a/t/053-extends-meta.t b/t/001_mouse/053-extends-meta.t old mode 100755 new mode 100644 similarity index 100% rename from t/053-extends-meta.t rename to t/001_mouse/053-extends-meta.t diff --git a/t/054-anon-leak.t b/t/001_mouse/054-anon-leak.t old mode 100755 new mode 100644 similarity index 100% rename from t/054-anon-leak.t rename to t/001_mouse/054-anon-leak.t diff --git a/t/055-exporter.t b/t/001_mouse/055-exporter.t similarity index 100% rename from t/055-exporter.t rename to t/001_mouse/055-exporter.t diff --git a/t/056-role-combine.t b/t/001_mouse/056-role-combine.t similarity index 100% rename from t/056-role-combine.t rename to t/001_mouse/056-role-combine.t diff --git a/t/100-meta-class.t b/t/001_mouse/100-meta-class.t similarity index 100% rename from t/100-meta-class.t rename to t/001_mouse/100-meta-class.t diff --git a/t/101-meta-attribute.t b/t/001_mouse/101-meta-attribute.t similarity index 100% rename from t/101-meta-attribute.t rename to t/001_mouse/101-meta-attribute.t diff --git a/t/301-bugs-non-mouse.t b/t/001_mouse/301-bugs-non-mouse.t similarity index 100% rename from t/301-bugs-non-mouse.t rename to t/001_mouse/301-bugs-non-mouse.t diff --git a/t/400-define-role.t b/t/001_mouse/400-define-role.t similarity index 100% rename from t/400-define-role.t rename to t/001_mouse/400-define-role.t diff --git a/t/401-meta-role.t b/t/001_mouse/401-meta-role.t similarity index 100% rename from t/401-meta-role.t rename to t/001_mouse/401-meta-role.t diff --git a/t/402-attribute-application.t b/t/001_mouse/402-attribute-application.t similarity index 100% rename from t/402-attribute-application.t rename to t/001_mouse/402-attribute-application.t diff --git a/t/403-method-modifiers.t b/t/001_mouse/403-method-modifiers.t similarity index 100% rename from t/403-method-modifiers.t rename to t/001_mouse/403-method-modifiers.t diff --git a/t/404-role-overrides.t b/t/001_mouse/404-role-overrides.t similarity index 100% rename from t/404-role-overrides.t rename to t/001_mouse/404-role-overrides.t diff --git a/t/600-tiny-tiny.t b/t/001_mouse/600-tiny-tiny.t similarity index 100% rename from t/600-tiny-tiny.t rename to t/001_mouse/600-tiny-tiny.t diff --git a/t/601-tiny-mouse.t b/t/001_mouse/601-tiny-mouse.t similarity index 100% rename from t/601-tiny-mouse.t rename to t/001_mouse/601-tiny-mouse.t diff --git a/t/602-mouse-tiny.t b/t/001_mouse/602-mouse-tiny.t similarity index 100% rename from t/602-mouse-tiny.t rename to t/001_mouse/602-mouse-tiny.t diff --git a/t/603-octal-defaults.t b/t/001_mouse/603-octal-defaults.t similarity index 100% rename from t/603-octal-defaults.t rename to t/001_mouse/603-octal-defaults.t