The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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';
}