-
Notifications
You must be signed in to change notification settings - Fork 35
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
Change Any::Moose for Moo #117
Comments
This is an issue which has been brought up many times ... mainly in RT/88716. You could also look at the discussions in #81, #85, and lately even #116. Since this discussion is a duplicate of one or more of those, I'm going to go ahead and close this one. But please don't hesitate to comment in one of those other places if you feel they don't asnwer your questions sufficiently. Thx for your interest. |
Is Method::Signatures still being maintained? I also came here to report the Any::Moose deprecation issue but looks like it's a lost cause? For context, I wrote a command line utility which uses Method::Signatures but each run of the command displays the deprecation warning. I can't see a way to suppress it except to do something nasty (like monkey-patch Any::Moose). |
Well, I try to keep an eye open for serious bugs, but I'll admit no one has put much development work into MSig lately. The issue is, we use
Not at all. If you check the discussion in #81 (which I reference earlier in this issue), you'll see what the hold-up is: we need unit tests. Nothing has changed since I wrote that other than the passage of time. (Side note: #81 is still an open issue. This one is closed.)
Well, my personal approach for that is just to use the next-to-last version of
Just on the command-line, something like Is this cheating a bit? Sure. But it's not, as you say, something nasty like monkey-patching, and so far it's been trivial enough to do that it's kept me from being forced to sink the hours into developing the unit tests. Perhaps it could help in your case as well. |
Thanks for taking the time to respond. I've read through #81 so have a better understanding of the situation now - unfortunately I'm not in a position to help out with unit tests myself. The work around you suggest sounds reasonable - I'll go with that. |
Any::Mooses's documentation warns about DEPRECATION.
Does it make any sense use Moo instead of Any::Moose?
The text was updated successfully, but these errors were encountered: