Help for this page

Select Code to Download


  1. or download this
    has 'foo' => (
        builder => 'build_foo'
    );
    
  2. or download this
    has 'foo' => (
        default => sub { (shift)->build_foo }
    );