[devscripts] 03/05: uscan: “use 5.010;” since defined-or is being used

James McCoy jamessan at debian.org
Tue Jun 9 02:35:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit cc1550b2baf8e2a7a86dad628328800fabb52b7a
Author: James McCoy <jamessan at debian.org>
Date:   Mon Jun 8 22:19:01 2015 -0400

    uscan: “use 5.010;” since defined-or is being used
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 scripts/uscan.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index fdc4f77..92d84f0 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -22,7 +22,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program. If not, see <https://www.gnu.org/licenses/>.
 
-use 5.008;  # uses 'our' variables and filetest
+use 5.010;  # defined-or (//)
 use strict;
 use warnings;
 use Cwd;

-- 
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