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.15

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

my @files = (
    'lib/Parse/Syslog/Line.pm',
    't/00-compile.t',
    't/00-load.t',
    't/01-parse.t',
    't/02-functions.t',
    't/03-datetime-calculations.t'
);

notabs_ok($_) foreach @files;
done_testing;