diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-16 12:58:18 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-16 12:58:18 +0100 |
commit | 7a927e34c281defd5b60cf432a18a7405ba4d453 (patch) | |
tree | bafd7b6d03435105aec04ffbc77011f7644e3327 /bin/db-iris | |
parent | c351b6df2247d6d83f22be4b1fae7c75d44c6cda (diff) |
Requiring Perl 5.14 is sufficient
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'; |