#!perl
#
# This file is part of CatalystX-ExtJS
#
# This software is Copyright (c) 2011 by Moritz Onken.
#
# This is free software, licensed under:
#
# The (three-clause) BSD License
#
BEGIN {
unless
(
$ENV
{RELEASE_TESTING}) {
Test::More::plan(
skip_all
=>
'these tests are for release candidate testing'
);
}
}
use
Test::More;
eval
"use Test::MinimumVersion"
;
plan
skip_all
=>
"Test::MinimumVersion required for testing minimum versions"
if
$@;
all_minimum_version_from_metayml_ok();