diff options
author | dakkar <dakkar@thenautilus.net> | 2016-06-19 18:30:22 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2016-06-19 18:30:22 +0100 |
commit | d3f14711a3e2419f59e93f408e4854366c3997cb (patch) | |
tree | c0610256ba94b3a37fb851571848a45d87a194d4 /t/tests/sietima.t | |
parent | Debounce role (diff) | |
download | Sietima-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.t')
-rw-r--r-- | t/tests/sietima.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tests/sietima.t b/t/tests/sietima.t index 3644763..143c026 100644 --- a/t/tests/sietima.t +++ b/t/tests/sietima.t @@ -1,7 +1,7 @@ #!perl use strict; use warnings; -use 5.020; +use 5.024; use lib 't/lib'; use Test::Sietima; |