The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package Code::TidyAll::Test::Class;
BEGIN {
  $Code::TidyAll::Test::Class::VERSION = '0.12';
}
use Test::Class::Most;
use strict;
use warnings;

__PACKAGE__->SKIP_CLASS("abstract base class");

1;