From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
use Test::More 0.96;
is(
exception { Specio::Library::Builtins->import },
undef,
'no exception importing the same library twice'
);
isa_ok( t('Num'), 'Specio::Constraint::Simple' );
done_testing();