[devscripts] 02/03: mk-build-deps: Add “use 5.01;” for defined-or operator

James McCoy jamessan at debian.org
Mon Mar 14 02:10:27 UTC 2016


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 <jamessan at debian.org>
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 <jamessan at debian.org>
---
 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



More information about the devscripts-devel mailing list