The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456 use strict;use warnings;use Path::Tiny;my $path = Path::Tiny::->new('foo.txt');
use
strict;
warnings;
Path::Tiny;
my
$path
= Path::Tiny::->new(
'foo.txt'
);