summaryrefslogtreecommitdiff
path: root/bin/db-iris
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-16 12:58:18 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-16 12:58:18 +0100
commit7a927e34c281defd5b60cf432a18a7405ba4d453 (patch)
treebafd7b6d03435105aec04ffbc77011f7644e3327 /bin/db-iris
parentc351b6df2247d6d83f22be4b1fae7c75d44c6cda (diff)
Requiring Perl 5.14 is sufficient
Diffstat (limited to 'bin/db-iris')
-rwxr-xr-xbin/db-iris2
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';