Files
Mojolicious-Plugin-TtRenderer/xt/release/build_environment.t
2014-05-08 19:25:20 -04:00

10 lines
264 B
Perl

use strict;
use warnings;
use Test::More tests => 1;
SKIP: {
eval q{ use Dist::Zilla::PluginBundle::Author::Plicease };
skip '[@Plicease] is not installed', 1 if $@;
ok $Dist::Zilla::PluginBundle::Author::Plicease::VERSION >= 1.45, '[@Plicease] >= 1.45';
}