Help for this page

Select Code to Download


  1. or download this
    my $info = My::Config->new( Load( 'config.yaml' ));
    
    ...
            default => sub { [] },
        );
    };
    
  2. or download this
    $info = {
        include_files => [],
    };