Skip to content

Choose Mouse or Moose based on the which the current class is using. #34

@schwern

Description

@schwern

Any::Moose will use Moose if anything loads Moose. This has two problems for MS. First, Moose is slower than Mouse. Second, even if your class is using Mouse, MS will use Moose.

Method::Signatures should choose to resolve types using Moose IF AND ONLY IF the current package is using Moose. For everything else, use Mouse.

Another issue will cover a swith to explicitly control which is being used.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions