diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-07-01 19:55:55 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-07-01 20:00:55 +0200 |
commit | abb09fac8787c3444f45cf8cc06386dd75719a01 (patch) | |
tree | 40a42873c982a7570c0a9d0e27d0a16c0492bf5a /lacme-accountd | |
parent | 09d4e6f58254cc18803e9746b84e521924c55aee (diff) |
Specify minimum required Perl versions.
Diffstat (limited to 'lacme-accountd')
-rwxr-xr-x | lacme-accountd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lacme-accountd b/lacme-accountd index f0d7d51..80ede29 100755 --- a/lacme-accountd +++ b/lacme-accountd @@ -19,6 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #---------------------------------------------------------------------- +use v5.14.2; use strict; use warnings; |