This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit c92700a6eb1c21b03a4955fc7e7240611de69516 Author: James Clarke <[email protected]> Date: Tue Jan 5 02:59:28 2016 +0100 Fix build with perl >= 5.22 * libdde_linux26/lib/src/kernel/timeconst.pl: Do not use "defined" for an array. --- libdde_linux26/lib/src/kernel/timeconst.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdde_linux26/lib/src/kernel/timeconst.pl b/libdde_linux26/lib/src/kernel/timeconst.pl index d459895..664d667 100755 --- a/libdde_linux26/lib/src/kernel/timeconst.pl +++ b/libdde_linux26/lib/src/kernel/timeconst.pl @@ -370,7 +370,7 @@ if ($hz eq '--can') { } @val = @{$canned_values{$hz}}; - if (!defined(@val)) { + if (!@val) { @val = compute_values($hz); } output($hz, @val); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
