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

use strict;
use warnings;
use Test::LocalFunctions::PPI;

use Test::More;

no strict 'subs';
can_ok( Test::LocalFunctions::PPI, qw/all_local_functions_ok local_functions_ok/ );
use strict;

done_testing;