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

Deprecation warning under 5.18 #3

Closed
jest opened this issue Dec 21, 2013 · 2 comments
Closed

Deprecation warning under 5.18 #3

jest opened this issue Dec 21, 2013 · 2 comments

Comments

@jest
Copy link

jest commented Dec 21, 2013

Perl 5.18 deprecated given-when constructs. IO::Any uses them together with use warnings, which results in cluttered output from any code using IO::Any.

The simplest workaround is to disable this specific deprecation warning in the module with something like

no if $^V ge v5.18, warnings => 'experimental::smartmatch';
@jozef
Copy link
Owner

jozef commented Dec 23, 2013

should be fixed by replacing smartmatch.

jozef added a commit that referenced this issue Dec 23, 2013
@jozef
Copy link
Owner

jozef commented Dec 23, 2013

version 0.07 just uploaded to cpan

@jozef jozef closed this as completed Dec 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants