From 46a8bb7b9ff16b857fc313c183d0931cfa641d58 Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Sun, 25 Jul 2021 17:19:12 -0500 Subject: [PATCH] tidy --- t/03-kwalitee.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/03-kwalitee.t b/t/03-kwalitee.t index 79cce7d..2ff1dc4 100644 --- a/t/03-kwalitee.t +++ b/t/03-kwalitee.t @@ -2,11 +2,12 @@ use Test2::V0; use strict; use warnings; + BEGIN { plan skip_all => 'these tests are for release candidate testing' - unless $ENV{RELEASE_TESTING}; + unless $ENV{RELEASE_TESTING}; } - + use Test::Kwalitee 'kwalitee_ok'; kwalitee_ok(); done_testing; -- 2.45.2