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

use PNI::Mo;
extends 'PNI::Node';
sub BUILD {
my $self = shift;
}
sub task { return }
1