# -*- perl -*-
BEGIN
{
unless
(
$ENV
{AUTHOR_TESTING} ||
$ENV
{RELEASE_TESTING} )
{
plan(
skip_all
=>
'These tests are for author or release candidate testing'
);
}
}
plan(
skip_all
=>
'Test::Kwalitee not installed; skipping'
)
if
$@;
# -*- perl -*-
BEGIN
{
unless
(
$ENV
{AUTHOR_TESTING} ||
$ENV
{RELEASE_TESTING} )
{
plan(
skip_all
=>
'These tests are for author or release candidate testing'
);
}
}
plan(
skip_all
=>
'Test::Kwalitee not installed; skipping'
)
if
$@;