aboutsummaryrefslogtreecommitdiff
path: root/t/tests/sietima/role/debounce.t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-06-19 18:30:22 +0100
committerdakkar <dakkar@thenautilus.net>2016-06-19 18:30:22 +0100
commitd3f14711a3e2419f59e93f408e4854366c3997cb (patch)
treec0610256ba94b3a37fb851571848a45d87a194d4 /t/tests/sietima/role/debounce.t
parentDebounce role (diff)
downloadSietima-d3f14711a3e2419f59e93f408e4854366c3997cb.tar.gz
Sietima-d3f14711a3e2419f59e93f408e4854366c3997cb.tar.bz2
Sietima-d3f14711a3e2419f59e93f408e4854366c3997cb.zip
bump perl requirement to 5.24
I can haz postderef!
Diffstat (limited to 't/tests/sietima/role/debounce.t')
-rw-r--r--t/tests/sietima/role/debounce.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tests/sietima/role/debounce.t b/t/tests/sietima/role/debounce.t
index 6021f2b..698cd36 100644
--- a/t/tests/sietima/role/debounce.t
+++ b/t/tests/sietima/role/debounce.t
@@ -1,7 +1,7 @@
#!perl
use strict;
use warnings;
-use 5.020;
+use 5.024;
use lib 't/lib';
use Test::Sietima;