The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
eval "use PPI"; plan skip_all => "missing module 'PPI'" if ($@);
eval "use Filter::Util::Call"; plan skip_all => "missing module 'Filter::Util::Call'" if ($@);

1;