Help for this page

Select Code to Download


  1. or download this
      installed => {
        do => sub { shift->result($self->_is_installed) },
        rules  => [
    ...
          version => { "Postgres\ninstalled" => sub { shift->result } },
        ],
      },
    
  2. or download this
        rules  => [
          fail    => sub { ! shift->result },
          version => sub { shift->result }
        ],