r63617 - in /branches/upstream/libmouse-perl/current: ./ benchmarks/ inc/Module/Install/ inc/Test/ inc/Test/Exception/ lib/ lib/Mouse/ lib/Mouse/Meta/ lib/Mouse/Meta/Method/ lib/Mouse/Meta/Role/ lib/Mouse/Util/ lib/Test/ t/ t/001_mouse/ t/020_attributes/ t/030_roles/ t/040_type_constraints/ t/050_metaclasses/ t/100_bugs/ t/300_immutable/ t/400_mouse_util/ t/500_test_moose/ t/900_mouse_bugs/ t/lib/ t/lib/Bar7/ t/lib/Bar7/Meta/ t/lib/Mouse/ t/lib/Mouse/Meta/ t/lib/Mouse/Meta/Attribute/ t/lib/Mouse/Meta/Attribute/Custom/ t/lib/Mouse/Meta/Attribute/Custom/Trait/ t/lib/Role/ tool/ xs-src/ xt/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Mon Oct 11 15:04:28 UTC 2010


Author: ansgar
Date: Mon Oct 11 15:04:09 2010
New Revision: 63617

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63617
Log:
[svn-upgrade] new version libmouse-perl (0.80)

Added:
    branches/upstream/libmouse-perl/current/benchmarks/new_object.pl
    branches/upstream/libmouse-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libmouse-perl/current/inc/Test/
    branches/upstream/libmouse-perl/current/inc/Test/Exception/
    branches/upstream/libmouse-perl/current/inc/Test/Exception.pm
    branches/upstream/libmouse-perl/current/inc/Test/Exception/LessClever.pm
    branches/upstream/libmouse-perl/current/inc/Test/Requires.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Application.pm
    branches/upstream/libmouse-perl/current/t/001_mouse/069-add-modifier.t
    branches/upstream/libmouse-perl/current/t/020_attributes/027_accessor_override_method.t
    branches/upstream/libmouse-perl/current/t/020_attributes/031_delegation_and_modifiers.t
    branches/upstream/libmouse-perl/current/t/020_attributes/032_delegation_arg_aliasing.t
    branches/upstream/libmouse-perl/current/t/020_attributes/034_numeric_defaults.t
    branches/upstream/libmouse-perl/current/t/020_attributes/035_default_undef.t
    branches/upstream/libmouse-perl/current/t/030_roles/020_role_composite.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/002_util_type_constraints_export.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/006_util_type_reloading.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/011_container_type_constraint.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/018_custom_parameterized_types.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/027_parameterize_from.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/031_subtype_auto_vivify_parent.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/032_throw_error.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/034_duck_types.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/004_moose_for_meta.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/021_export_with_prototype.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/041_mnmcim.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/052_new_object_BUILD.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/053_immutable_metaclass_compat_bug.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/003_Mouse_Object_error.t
    branches/upstream/libmouse-perl/current/t/100_bugs/029_instance_application_role_args.t
    branches/upstream/libmouse-perl/current/t/100_bugs/030_coerce_without_coercion.t
    branches/upstream/libmouse-perl/current/t/300_immutable/002_apply_roles_to_immutable.t
    branches/upstream/libmouse-perl/current/t/300_immutable/003_immutable_meta_class.t
    branches/upstream/libmouse-perl/current/t/300_immutable/012_default_values.t
    branches/upstream/libmouse-perl/current/t/300_immutable/013_immutable_roundtrip.t
    branches/upstream/libmouse-perl/current/t/300_immutable/014_immutable_metaclass_with_traits.t
    branches/upstream/libmouse-perl/current/t/300_immutable/016_inline_fallbacks.t
    branches/upstream/libmouse-perl/current/t/400_mouse_util/001_moose_util.t
    branches/upstream/libmouse-perl/current/t/400_mouse_util/002_moose_util_does_role.t
    branches/upstream/libmouse-perl/current/t/400_mouse_util/007_apply_roles.t
    branches/upstream/libmouse-perl/current/t/500_test_moose/
    branches/upstream/libmouse-perl/current/t/500_test_moose/001_test_moose.t
    branches/upstream/libmouse-perl/current/t/500_test_moose/002_test_moose_does_ok.t
    branches/upstream/libmouse-perl/current/t/500_test_moose/003_test_moose_has_attribute_ok.t
    branches/upstream/libmouse-perl/current/t/500_test_moose/004_test_moose_meta_ok.t
    branches/upstream/libmouse-perl/current/t/500_test_moose/005_with_immutable.t
    branches/upstream/libmouse-perl/current/t/900_mouse_bugs/010_use_mouse_before_tb2.t
    branches/upstream/libmouse-perl/current/t/900_mouse_bugs/011_RT61852.t
    branches/upstream/libmouse-perl/current/t/900_mouse_bugs/012_RT61906.t
    branches/upstream/libmouse-perl/current/t/lib/Bar7/
    branches/upstream/libmouse-perl/current/t/lib/Bar7/Meta/
    branches/upstream/libmouse-perl/current/t/lib/Bar7/Meta/Trait.pm
    branches/upstream/libmouse-perl/current/t/lib/Bar7/Meta/Trait2.pm
    branches/upstream/libmouse-perl/current/t/lib/Mouse/
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/Bar.pm
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/Foo.pm
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/Trait/
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/Trait/Bar.pm
    branches/upstream/libmouse-perl/current/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm
    branches/upstream/libmouse-perl/current/t/lib/MyExporter.pm
    branches/upstream/libmouse-perl/current/xshelper.h
Removed:
    branches/upstream/libmouse-perl/current/inc/Module/Install/With.pm
    branches/upstream/libmouse-perl/current/t/400_mouse_util/002_mouse_util_does_role.t
Modified:
    branches/upstream/libmouse-perl/current/Changes
    branches/upstream/libmouse-perl/current/MANIFEST
    branches/upstream/libmouse-perl/current/MANIFEST.SKIP
    branches/upstream/libmouse-perl/current/META.yml
    branches/upstream/libmouse-perl/current/Makefile.PL
    branches/upstream/libmouse-perl/current/benchmarks/modifiers.pl
    branches/upstream/libmouse-perl/current/inc/Module/Install/XSUtil.pm
    branches/upstream/libmouse-perl/current/lib/Mouse.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Exporter.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Attribute.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Class.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Accessor.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Constructor.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Delegation.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Destructor.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Module.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Composite.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Method.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Meta/TypeConstraint.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Object.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/PurePerl.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Role.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Spec.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pod
    branches/upstream/libmouse-perl/current/lib/Mouse/Util.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/Util/TypeConstraints.pm
    branches/upstream/libmouse-perl/current/lib/Mouse/XS.pod
    branches/upstream/libmouse-perl/current/lib/Test/Mouse.pm
    branches/upstream/libmouse-perl/current/mouse.h
    branches/upstream/libmouse-perl/current/t/000-load.t
    branches/upstream/libmouse-perl/current/t/001_mouse/007-attributes.t
    branches/upstream/libmouse-perl/current/t/001_mouse/019-handles.t
    branches/upstream/libmouse-perl/current/t/001_mouse/024-isa.t
    branches/upstream/libmouse-perl/current/t/001_mouse/025-more-isa.t
    branches/upstream/libmouse-perl/current/t/001_mouse/026-auto-deref.t
    branches/upstream/libmouse-perl/current/t/001_mouse/028-subclass-attr.t
    branches/upstream/libmouse-perl/current/t/001_mouse/060-threads.t
    branches/upstream/libmouse-perl/current/t/001_mouse/807-multi-roles.t
    branches/upstream/libmouse-perl/current/t/001_mouse/808-create_class.t
    branches/upstream/libmouse-perl/current/t/001_mouse/814-subtype-as.t
    branches/upstream/libmouse-perl/current/t/020_attributes/002_attribute_writer_generation.t
    branches/upstream/libmouse-perl/current/t/020_attributes/003_attribute_accessor_generation.t
    branches/upstream/libmouse-perl/current/t/020_attributes/005_attribute_does.t
    branches/upstream/libmouse-perl/current/t/020_attributes/006_attribute_required.t
    branches/upstream/libmouse-perl/current/t/020_attributes/007_attribute_custom_metaclass.t
    branches/upstream/libmouse-perl/current/t/020_attributes/008_attribute_type_unions.t
    branches/upstream/libmouse-perl/current/t/020_attributes/009_attribute_inherited_slot_specs.t
    branches/upstream/libmouse-perl/current/t/020_attributes/011_more_attr_delegation.t
    branches/upstream/libmouse-perl/current/t/020_attributes/013_attr_dereference_test.t
    branches/upstream/libmouse-perl/current/t/020_attributes/014_misc_attribute_coerce_lazy.t
    branches/upstream/libmouse-perl/current/t/020_attributes/015_attribute_traits.t
    branches/upstream/libmouse-perl/current/t/020_attributes/017_attribute_traits_n_meta.t
    branches/upstream/libmouse-perl/current/t/020_attributes/018_no_init_arg.t
    branches/upstream/libmouse-perl/current/t/020_attributes/020_trigger_and_coerce.t
    branches/upstream/libmouse-perl/current/t/020_attributes/022_illegal_options_for_inheritance.t
    branches/upstream/libmouse-perl/current/t/020_attributes/024_attribute_traits_parameterized.t
    branches/upstream/libmouse-perl/current/t/020_attributes/025_chained_coercion.t
    branches/upstream/libmouse-perl/current/t/020_attributes/026_attribute_without_any_methods.t
    branches/upstream/libmouse-perl/current/t/020_attributes/029_accessor_context.t
    branches/upstream/libmouse-perl/current/t/020_attributes/030_non_alpha_attr_names.t
    branches/upstream/libmouse-perl/current/t/030_roles/001_meta_role.t
    branches/upstream/libmouse-perl/current/t/030_roles/019_build.t
    branches/upstream/libmouse-perl/current/t/030_roles/042_compose_overloading.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/003_util_std_type_constraints.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/004_util_find_type_constraint.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/007_util_more_type_coercion.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/009_union_types_and_coercions.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/017_subtyping_union_types.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/022_custom_type_errors.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/023_types_and_undef.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
    branches/upstream/libmouse-perl/current/t/040_type_constraints/029_define_type_twice_throws.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/001_custom_attr_meta_with_roles.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/002_custom_attr_meta_as_role.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/013_metaclass_traits.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/017_use_base_of_moose.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/020_metaclass_parameterized_traits.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t
    branches/upstream/libmouse-perl/current/t/050_metaclasses/051_metarole_on_anon.t
    branches/upstream/libmouse-perl/current/t/100_bugs/001_subtype_quote_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/002_subtype_conflict_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/004_subclass_use_base_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/005_inline_reader_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/007_reader_precedence_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/009_augment_recursion_bug.t
    branches/upstream/libmouse-perl/current/t/100_bugs/010_immutable_n_default_x2.t
    branches/upstream/libmouse-perl/current/t/100_bugs/011_DEMOLISH_eats_exceptions.t
    branches/upstream/libmouse-perl/current/t/100_bugs/012_DEMOLISH_eats_mini.t
    branches/upstream/libmouse-perl/current/t/100_bugs/013_lazybuild_required_undef.t
    branches/upstream/libmouse-perl/current/t/100_bugs/016_inheriting_from_roles.t
    branches/upstream/libmouse-perl/current/t/100_bugs/017_type_constraint_messages.t
    branches/upstream/libmouse-perl/current/t/100_bugs/019_moose_octal_defaults.t
    branches/upstream/libmouse-perl/current/t/100_bugs/020_super_recursion.t
    branches/upstream/libmouse-perl/current/t/100_bugs/022_role_caller.t
    branches/upstream/libmouse-perl/current/t/100_bugs/025_universal_methods_wrappable.t
    branches/upstream/libmouse-perl/current/t/100_bugs/026_create_anon_recursion.t
    branches/upstream/libmouse-perl/current/t/100_bugs/027_constructor_object_overload.t
    branches/upstream/libmouse-perl/current/t/300_immutable/001_immutable_moose.t
    branches/upstream/libmouse-perl/current/t/300_immutable/004_inlined_constructors_n_types.t
    branches/upstream/libmouse-perl/current/t/300_immutable/005_multiple_demolish_inline.t
    branches/upstream/libmouse-perl/current/t/300_immutable/007_immutable_trigger_from_constructor.t
    branches/upstream/libmouse-perl/current/t/300_immutable/008_immutable_constructor_error.t
    branches/upstream/libmouse-perl/current/t/300_immutable/009_buildargs.t
    branches/upstream/libmouse-perl/current/t/900_mouse_bugs/001_immutable_types.t
    branches/upstream/libmouse-perl/current/t/900_mouse_bugs/005_large_int.t
    branches/upstream/libmouse-perl/current/t/lib/Bar.pm
    branches/upstream/libmouse-perl/current/t/lib/Foo.pm
    branches/upstream/libmouse-perl/current/t/lib/MooseCompat.pm
    branches/upstream/libmouse-perl/current/t/lib/MyMetaclassRole.pm
    branches/upstream/libmouse-perl/current/t/lib/MyMouseA.pm
    branches/upstream/libmouse-perl/current/t/lib/MyMouseB.pm
    branches/upstream/libmouse-perl/current/t/lib/MyMouseObject.pm
    branches/upstream/libmouse-perl/current/t/lib/Role/Child.pm
    branches/upstream/libmouse-perl/current/t/lib/Role/Interface.pm
    branches/upstream/libmouse-perl/current/t/lib/Role/Parent.pm
    branches/upstream/libmouse-perl/current/tool/create-moose-compatibility-tests.pl
    branches/upstream/libmouse-perl/current/xs-src/Mouse.xs
    branches/upstream/libmouse-perl/current/xs-src/MouseAccessor.xs
    branches/upstream/libmouse-perl/current/xs-src/MouseAttribute.xs
    branches/upstream/libmouse-perl/current/xs-src/MouseTypeConstraints.xs
    branches/upstream/libmouse-perl/current/xs-src/MouseUtil.xs
    branches/upstream/libmouse-perl/current/xt/002-pod_spell.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libmouse-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/Changes?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/MANIFEST?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/MANIFEST.SKIP?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/META.yml?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/Makefile.PL?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/benchmarks/modifiers.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/benchmarks/modifiers.pl?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/benchmarks/new_object.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/benchmarks/new_object.pl?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/inc/Module/Install/Include.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/inc/Module/Install/Include.pm?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/inc/Module/Install/XSUtil.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/inc/Module/Install/XSUtil.pm?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/inc/Test/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/inc/Test/Exception.pm?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/inc/Test/Exception/LessClever.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/inc/Test/Exception/LessClever.pm?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/inc/Test/Requires.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/inc/Test/Requires.pm?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/lib/Mouse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Exporter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Exporter.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Attribute.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Attribute.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Class.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Accessor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Accessor.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Constructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Constructor.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Delegation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Delegation.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Destructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Method/Destructor.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Module.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Module.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role.pm?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Application.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Application.pm?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Composite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Composite.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Method.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/Role/Method.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Meta/TypeConstraint.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Meta/TypeConstraint.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Object.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/PurePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/PurePerl.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Role.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Spec.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Spec.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Tiny.pod?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Util.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/Util/TypeConstraints.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/Util/TypeConstraints.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Mouse/XS.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Mouse/XS.pod?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/lib/Test/Mouse.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/lib/Test/Mouse.pm?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/mouse.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/mouse.h?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/000-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/000-load.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/007-attributes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/007-attributes.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/019-handles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/019-handles.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/024-isa.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/024-isa.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/025-more-isa.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/025-more-isa.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/026-auto-deref.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/026-auto-deref.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/028-subclass-attr.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/028-subclass-attr.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/060-threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/060-threads.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/001_mouse/069-add-modifier.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/069-add-modifier.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/807-multi-roles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/807-multi-roles.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/808-create_class.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/808-create_class.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/001_mouse/814-subtype-as.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/001_mouse/814-subtype-as.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/002_attribute_writer_generation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/002_attribute_writer_generation.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/003_attribute_accessor_generation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/003_attribute_accessor_generation.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/005_attribute_does.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/005_attribute_does.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/006_attribute_required.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/006_attribute_required.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/007_attribute_custom_metaclass.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/007_attribute_custom_metaclass.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/008_attribute_type_unions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/008_attribute_type_unions.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/009_attribute_inherited_slot_specs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/009_attribute_inherited_slot_specs.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/011_more_attr_delegation.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/011_more_attr_delegation.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/013_attr_dereference_test.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/013_attr_dereference_test.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/014_misc_attribute_coerce_lazy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/014_misc_attribute_coerce_lazy.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/015_attribute_traits.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/015_attribute_traits.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/017_attribute_traits_n_meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/017_attribute_traits_n_meta.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/018_no_init_arg.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/018_no_init_arg.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/020_trigger_and_coerce.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/020_trigger_and_coerce.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/022_illegal_options_for_inheritance.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/022_illegal_options_for_inheritance.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/024_attribute_traits_parameterized.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/024_attribute_traits_parameterized.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/025_chained_coercion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/025_chained_coercion.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/026_attribute_without_any_methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/026_attribute_without_any_methods.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/020_attributes/027_accessor_override_method.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/027_accessor_override_method.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/029_accessor_context.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/029_accessor_context.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/020_attributes/030_non_alpha_attr_names.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/030_non_alpha_attr_names.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/020_attributes/031_delegation_and_modifiers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/031_delegation_and_modifiers.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/020_attributes/032_delegation_arg_aliasing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/032_delegation_arg_aliasing.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/020_attributes/034_numeric_defaults.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/034_numeric_defaults.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/020_attributes/035_default_undef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/020_attributes/035_default_undef.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/030_roles/001_meta_role.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/030_roles/001_meta_role.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/030_roles/019_build.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/030_roles/019_build.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/030_roles/020_role_composite.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/030_roles/020_role_composite.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/030_roles/042_compose_overloading.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/030_roles/042_compose_overloading.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/002_util_type_constraints_export.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/002_util_type_constraints_export.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/003_util_std_type_constraints.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/003_util_std_type_constraints.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/004_util_find_type_constraint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/004_util_find_type_constraint.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/006_util_type_reloading.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/006_util_type_reloading.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/007_util_more_type_coercion.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/007_util_more_type_coercion.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/009_union_types_and_coercions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/009_union_types_and_coercions.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/011_container_type_constraint.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/011_container_type_constraint.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/017_subtyping_union_types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/017_subtyping_union_types.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/018_custom_parameterized_types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/018_custom_parameterized_types.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/022_custom_type_errors.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/022_custom_type_errors.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/023_types_and_undef.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/023_types_and_undef.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/027_parameterize_from.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/027_parameterize_from.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/040_type_constraints/029_define_type_twice_throws.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/029_define_type_twice_throws.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/031_subtype_auto_vivify_parent.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/031_subtype_auto_vivify_parent.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/032_throw_error.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/032_throw_error.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/040_type_constraints/034_duck_types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/040_type_constraints/034_duck_types.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/001_custom_attr_meta_with_roles.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/001_custom_attr_meta_with_roles.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/002_custom_attr_meta_as_role.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/002_custom_attr_meta_as_role.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/004_moose_for_meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/004_moose_for_meta.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/013_metaclass_traits.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/013_metaclass_traits.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/017_use_base_of_moose.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/017_use_base_of_moose.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/020_metaclass_parameterized_traits.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/020_metaclass_parameterized_traits.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/021_export_with_prototype.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/021_export_with_prototype.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/041_mnmcim.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/041_mnmcim.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/050_metaclasses/051_metarole_on_anon.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/051_metarole_on_anon.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/052_new_object_BUILD.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/052_new_object_BUILD.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/053_immutable_metaclass_compat_bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/053_immutable_metaclass_compat_bug.t?rev=63617&op=file

Added: branches/upstream/libmouse-perl/current/t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t?rev=63617&op=file

Modified: branches/upstream/libmouse-perl/current/t/100_bugs/001_subtype_quote_bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/100_bugs/001_subtype_quote_bug.t?rev=63617&op=diff

Modified: branches/upstream/libmouse-perl/current/t/100_bugs/002_subtype_conflict_bug.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmouse-perl/current/t/100_bugs/002_subtype_conflict_bug.t?rev=63617&op=diff

Added: branches/upstream/libmouse-perl/current/t/100_bugs/003_Mouse_Object_error.t

[... 206 lines stripped ...]



More information about the Pkg-perl-cvs-commits mailing list