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

defined(@array) is deprecated in perl 5.16 #63

Open
aubreyja opened this issue Nov 1, 2012 · 0 comments
Open

defined(@array) is deprecated in perl 5.16 #63

aubreyja opened this issue Nov 1, 2012 · 0 comments

Comments

@aubreyja
Copy link
Member

aubreyja commented Nov 1, 2012

This is not as big a deal as with pg since the warning messages are not displayed to the student, but at startup and in the error log are these warning messages:

defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm line 109.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Assigner.pm line 111.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm line 318.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm line 320.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm line 115.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SendMail.pm line 117.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm line 197.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm line 199.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm line 371.
(Maybe you should just omit the defined()?)
defined(@array) is deprecated at /Users/jason/webwork/webwork2/lib/WeBWorK/ContentGenerator/Instructor/StudentProgress.pm line 373.
(Maybe you should just omit the defined()?)

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

1 participant