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

Use of qw(...) as parentheses is deprecated #2

Open
ironcamel opened this issue Oct 26, 2011 · 2 comments
Open

Use of qw(...) as parentheses is deprecated #2

ironcamel opened this issue Oct 26, 2011 · 2 comments

Comments

@ironcamel
Copy link

Using perl 5.14, I got a ton of warnings of the form:

Use of qw(...) as parentheses is deprecated at /usr/local/lib/perl5/site_perl/5.14.1/POE/Component/MessageQueue/Storage/Throttled.pm line 45.

These are easy to fix. But they should be fixed before this warning gets promoted to an error in a newer version of Perl.

@dsnopek
Copy link
Owner

dsnopek commented Oct 26, 2011

Hi Naveed,

Thanks for the info! I won't have time to personally address this for
at least the next two weeks if not longer. But if someone came up
with a patch (or a GitHub pull request) I'd be happy to accept it!

Best regards,
David.

2011/10/26 Naveed Massjouni
[email protected]:

Using perl 5.14, I got a ton of warnings of the form:

   Use of qw(...) as parentheses is deprecated at /usr/local/lib/perl5/site_perl/5.14.1/POE/Component/MessageQueue/Storage/Throttled.pm line 45.

These are easy to fix. But they should be fixed before this warning gets promoted to an error in a newer version of Perl.

H2OScore: http://www.h2oscore.com
Lang. blog: http://www.linguatrek.com
BiblioBird: http://www.bibliobird.com

@ironcamel
Copy link
Author

I'll get around to it some time if you or someone else doesn't do it first :)

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