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::NoTabs 0.08

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'lib/MooseX/AttributeShortcuts.pm',
    't/00-check-deps.t',
    't/00-compile.t',
    't/000-report-versions-tiny.t',
    't/01-basic.t',
    't/02-parameterized.t',
    't/03-lazy.t',
    't/04-clearer-and-predicate.t',
    't/05-extend.t',
    't/06-role.t',
    't/07-trigger.t',
    't/anon-builder.t',
    't/constraint.t',
    't/deprecated/inline_typing.t',
    't/funcs.pm',
    't/handles-coderef.t',
    't/handles-metaclass.t',
    't/inline_coercion-back-compat.t',
    't/inline_coercion.t',
    't/inline_subtyping.t',
    't/inline_subtyping_with_coercion.t',
    't/isa_instance_of.t'
);

notabs_ok($_) foreach @files;
done_testing;