From 08e7fa394b3290589e811bd44164c5c393ef6110 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 27 Dec 2016 12:12:25 +0100 Subject: [PATCH] TT#8299 Fix Jenkins tap test warnings > Module does not end with "1;" at line 3, column 1. > Must end with a recognizable true value. (Severity: 4) Change-Id: Iabd0ad5f274ef5a63e34afdddfe33ae858408e58 --- t/StrictSubs.pm | 1 + t/StrictVars.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/t/StrictSubs.pm b/t/StrictSubs.pm index 9efeece..91e86da 100644 --- a/t/StrictSubs.pm +++ b/t/StrictSubs.pm @@ -1,3 +1,4 @@ package StrictSubs; use Sipwise::Base; fnord; +1; diff --git a/t/StrictVars.pm b/t/StrictVars.pm index 2ad5696..f814c77 100644 --- a/t/StrictVars.pm +++ b/t/StrictVars.pm @@ -1,3 +1,4 @@ package StrictVars; use Sipwise::Base; $fnord; +1;