diff options
author | dakkar <dakkar@thenautilus.net> | 2016-08-29 13:02:37 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2016-08-29 13:02:37 +0100 |
commit | 9347caf117bca9802a302d7770c5f67ec59e072a (patch) | |
tree | dcd2aebb1f92b45830458962344683a4a4d41a8d /t/tests/sietima/role | |
parent | Add .proverc (diff) | |
parent | Use sub signatures! (diff) | |
download | Sietima-9347caf117bca9802a302d7770c5f67ec59e072a.tar.gz Sietima-9347caf117bca9802a302d7770c5f67ec59e072a.tar.bz2 Sietima-9347caf117bca9802a302d7770c5f67ec59e072a.zip |
Merge remote-tracking branch 'origin/sub-signatures'
Diffstat (limited to 't/tests/sietima/role')
-rw-r--r-- | t/tests/sietima/role/avoid-dups.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/debounce.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/nomail.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/replyto.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/subject-tag.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/subscriberonly/drop.t | 3 | ||||
-rw-r--r-- | t/tests/sietima/role/subscriberonly/moderate.t | 3 |
7 files changed, 0 insertions, 21 deletions
diff --git a/t/tests/sietima/role/avoid-dups.t b/t/tests/sietima/role/avoid-dups.t index 58cd308..671d898 100644 --- a/t/tests/sietima/role/avoid-dups.t +++ b/t/tests/sietima/role/avoid-dups.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/debounce.t b/t/tests/sietima/role/debounce.t index 903427b..ba7566c 100644 --- a/t/tests/sietima/role/debounce.t +++ b/t/tests/sietima/role/debounce.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/nomail.t b/t/tests/sietima/role/nomail.t index a0be192..1622fb4 100644 --- a/t/tests/sietima/role/nomail.t +++ b/t/tests/sietima/role/nomail.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/replyto.t b/t/tests/sietima/role/replyto.t index 1bd2d02..c502391 100644 --- a/t/tests/sietima/role/replyto.t +++ b/t/tests/sietima/role/replyto.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/subject-tag.t b/t/tests/sietima/role/subject-tag.t index 490f1a3..e3a266b 100644 --- a/t/tests/sietima/role/subject-tag.t +++ b/t/tests/sietima/role/subject-tag.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/subscriberonly/drop.t b/t/tests/sietima/role/subscriberonly/drop.t index c4123af..6229bb3 100644 --- a/t/tests/sietima/role/subscriberonly/drop.t +++ b/t/tests/sietima/role/subscriberonly/drop.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; diff --git a/t/tests/sietima/role/subscriberonly/moderate.t b/t/tests/sietima/role/subscriberonly/moderate.t index b76a01a..a641a55 100644 --- a/t/tests/sietima/role/subscriberonly/moderate.t +++ b/t/tests/sietima/role/subscriberonly/moderate.t @@ -1,7 +1,4 @@ #!perl -use strict; -use warnings; -use 5.024; use lib 't/lib'; use Test::Sietima; use Test::Sietima::MailStore; |