diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-08-09 16:47:41 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2016-08-09 17:00:25 +0100 |
commit | 3a492beebdc22ea5f06384c99080515e11b1aa32 (patch) | |
tree | dcd2aebb1f92b45830458962344683a4a4d41a8d /t/tests/sietima.t | |
parent | Add .proverc (diff) | |
download | Sietima-3a492beebdc22ea5f06384c99080515e11b1aa32.tar.gz Sietima-3a492beebdc22ea5f06384c99080515e11b1aa32.tar.bz2 Sietima-3a492beebdc22ea5f06384c99080515e11b1aa32.zip |
Use sub signatures!
also:
* add Sietima::Policy to enable stuff everywhere
* use Test::Sietima everywhere (which imposes Sietima::Policy)
Diffstat (limited to 't/tests/sietima.t')
-rw-r--r-- | t/tests/sietima.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/tests/sietima.t b/t/tests/sietima.t index 143c026..987cbdd 100644 --- a/t/tests/sietima.t +++ b/t/tests/sietima.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; |