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