Help for this page
package Foo { use Moo; ... } my $bar = Foo->new(a => 42);
keys(%{ 'Moo'->_constructor_maker_for('Foo')->all_attribute_specs })