#!/usr/local/bin/perl
BEGIN
{
unless
( (
$ENV
{AUTHOR_TESTING} &&
$ENV
{AUTHOR_TESTING} > 1 ) ||
$ENV
{RELEASE_TESTING} )
{
plan(
skip_all
=>
'These tests are for author or release candidate testing'
);
}
};
plan(
skip_all
=>
'Test::Prereq not installed; skipping'
)
if
$@;
prereq_ok();