Re: [ 03/53] timeconst.pl: Eliminate Perl warning

2013-02-26 Thread Rob Landley
On 02/26/2013 05:57:32 PM, Greg Kroah-Hartman wrote: 3.0-stable review patch. If anyone has any objections, please let me know. -- From: "H. Peter Anvin" commit 63a3f603413ffe82ad775f2d62a5afff87fd94a0 upstream. defined(@array) is deprecated in Perl and gives off a warning

[ 03/53] timeconst.pl: Eliminate Perl warning

2013-02-26 Thread Greg Kroah-Hartman
3.0-stable review patch. If anyone has any objections, please let me know. -- From: "H. Peter Anvin" commit 63a3f603413ffe82ad775f2d62a5afff87fd94a0 upstream. defined(@array) is deprecated in Perl and gives off a warning. Restructure the code to remove that warning. [ hpa: it