Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
schwern opened this issue Sep 24, 2011 · 1 comment
Open

Comments

@schwern
Copy link
Contributor

schwern commented Sep 24, 2011

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.

@schwern
Copy link
Contributor Author

schwern commented Feb 17, 2013

Now there's Moo types as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant