The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 # package for t/typeload_moose.t# (see comments there for why check_paramized_sref is here)package Foo::Bar;use Moose;use Method::Signatures;method check_int (Int $bar) {};method check_paramized_sref (ScalarRef[Num] $bar) {};1;
# package for t/typeload_moose.t
# (see comments there for why check_paramized_sref is here)
package
Foo::Bar;
use
Moose;
Method::Signatures;
method check_int (Int
$bar
) {};
method check_paramized_sref (ScalarRef[Num]
1;