From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011121314 package InnerMissingRequired;use strict;use warnings;use Method::Signatures;sub new { bless {}, __PACKAGE__ }method foo ( :$bar! ) {}1;
package
InnerMissingRequired;
use
strict;
warnings;
Method::Signatures;
sub
new {
bless
{}, __PACKAGE__ }
method foo ( :
$bar
! ) {}
1;