Help for this page

Select Code to Download


  1. or download this
    around 'load_objects' => sub {
    
    ...
        die "error" unless ( $rcref == 0 );
    
    };
    
  2. or download this
    package Automatic::Check {
      use MooseX::RoleQR;
    ...
        $self->ole->LoadObjects($cfg);
      }
    }