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

extends 'PNI::Node';
sub BUILD { shift->out->data($^T) }
1