From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789—101112131415161718192021 package PNI::Line;use PNI::Mo;use PNI::Line;has start => ( default => sub { PNI::Point->new } );has end => ( default => sub { PNI::Point->new } );1__END__HideShow 12 lines of Pod=head1 NAMEPNI::Line=head1 ATTRIBUTES=head2 start=head2 end=cut
package
PNI::Line;
use
PNI::Mo;
has
start
=> (
default
=>
sub
{ PNI::Point->new } );
end
1
__END__
=head1 NAME
PNI::Line
=head1 ATTRIBUTES
=head2 start
=head2 end
=cut