From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
is(
exception { Specio::Library::Builtins-> import },
undef ,
'no exception importing the same library twice'
);
isa_ok( t( 'Num' ), 'Specio::Constraint::Simple' );
done_testing();
|