Help for this page

Select Code to Download


  1. or download this
    has alarmMailsTo => (
        traits => ['ConfigEmail'],    # trait for type "email"
    ...
        isa => 'ArrayRef[Str]',
        is => 'rw',
    );
    
  2. or download this
    ..
    with My::Config;
    ...
        is => 'rw',
    );
    ..
    
  3. or download this
    ..
    role My::Config {
    ...
        }
        ..
    }
    
  4. or download this
    ..
    role My::Config::ConfigEmail {
    ...
        }
        ..
    }