The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -T

use 5.006001;
 
use strict;
use warnings;

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


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