@@ 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;