The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# -*- perl -*-
use Test::More;
use C::DynaLib;
use C::DynaLib::Struct;

BEGIN {
  eval {
    require Test::Distribution;
  };
  if ($@) {
    plan skip_all => 'Only with Test::Distribution';
  }
  else {
    import Test::Distribution 'not' => [ qw/version podcover/ ];
  }
}