From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 use strict;use warnings;use Test::More tests => 1;use PNI::Line;my $line = PNI::Line->new;isa_ok $line , 'PNI::Line';
use
strict;
warnings;
Test::More
tests
=> 1;
PNI::Line;
my
$line
= PNI::Line->new;
isa_ok
,
'PNI::Line'
;