diff options
Diffstat (limited to 'contrib/fixperms.pl')
-rwxr-xr-x | contrib/fixperms.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fixperms.pl b/contrib/fixperms.pl index a6e31fe70..55e8e90b8 100755 --- a/contrib/fixperms.pl +++ b/contrib/fixperms.pl @@ -6,7 +6,7 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. -use 5.10.1; +use 5.14.0; use strict; use warnings; |