This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch master in repository devscripts.
commit 0d176db29a403b932204ad36c1c72ab3874a9232 Author: James McCoy <[email protected]> Date: Sun Mar 13 21:36:26 2016 -0400 mk-build-deps: Add “use 5.01;” for defined-or operator Signed-off-by: James McCoy <[email protected]> --- scripts/mk-build-deps.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/mk-build-deps.pl b/scripts/mk-build-deps.pl index 1e384bf..e2c3b1e 100755 --- a/scripts/mk-build-deps.pl +++ b/scripts/mk-build-deps.pl @@ -126,6 +126,7 @@ General Public License, version 2 or later. =cut +use 5.01; use strict; use warnings; use Getopt::Long qw(:config gnu_getopt); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
