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
changes/02/10402/1
Alexander Lutay 10 years ago
parent 2e8bb0c424
commit 08e7fa394b

@ -1,3 +1,4 @@
package StrictSubs; package StrictSubs;
use Sipwise::Base; use Sipwise::Base;
fnord; fnord;
1;

@ -1,3 +1,4 @@
package StrictVars; package StrictVars;
use Sipwise::Base; use Sipwise::Base;
$fnord; $fnord;
1;

Loading…
Cancel
Save