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 -T

use 5.006001;
 
use strict;
use warnings;

use Test::Perl::Critic::Policy qw( all_policies_ok );


all_policies_ok(
	-policies => [ 'ProhibitSpaceIndentation' ],
);