The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234 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;
eval
"use PPI"
; plan
skip_all
=>
"missing module 'PPI'"
if
($@);
"use Filter::Util::Call"
"missing module 'Filter::Util::Call'"
1;