From 7aab166369a2d8bd3b15715b4a5c1c18757f843d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 16:56:57 -0800 Subject: Allow contrib/wallet-contacts to work on Perl 5.008 I'll probably bump this later, but for now that's the minimum supported Perl version for wallet. Change-Id: I97e36f850dcb3dcd3a78daf34d8a35bf597bdb43 --- contrib/wallet-contacts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/wallet-contacts b/contrib/wallet-contacts index c2f3bf1..0c72c9c 100755 --- a/contrib/wallet-contacts +++ b/contrib/wallet-contacts @@ -12,7 +12,7 @@ # Modules and declarations ############################################################################## -use 5.010; +use 5.008; use autodie; use strict; use warnings; -- cgit v1.2.3