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;

# this test was generated with Dist::Zilla::Plugin::Test::CheckDeps 0.012

use Test::More 0.94;
use Test::CheckDeps 0.010;

check_dependencies( 'classic' );

if ( 0 ) {
  BAIL_OUT( "Missing dependencies" ) if ! Test::More->builder->is_passing;
}

done_testing;