The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
eval 'use Test::Portability::Files';
plan skip_all => 'Test::Portability::Files required for testing portability'
if $@;
run_tests();