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

#!/usr/bin/env perl
use Moose::Util::TypeConstraints qw(find_type_constraint);
ok(find_type_constraint('Treex::Type::NonNegativeInt'), 'Find type defined not directly in Common but in used module');
done_testing();