Help for this page

Select Code to Download


  1. or download this
    package Foo {
      use Moo;
    ...
    }
    
    my $bar = Foo->new(a => 42);
    
  2. or download this
    keys(%{
       'Moo'->_constructor_maker_for('Foo')->all_attribute_specs
    })