The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

package Sample;
use 5.006;
use Moo;
has xml => (is => 'ro', default => sub { return File::Spec->catfile('t', 'sample.xml') });
with 'Map::Tube';
1;