diff options
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-x | bin/db-iris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris index ee0ff42..1bbe5b2 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use 5.018; +use 5.014; use utf8; no if $] >= 5.018, warnings => 'experimental::smartmatch'; |