Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove any use of `my $x if $foo`. | Matthew Somerville | 2019-01-14 | -1/+2 |
| | | | | | | | | As perlsyn says, "NOTE: The behaviour of a `my`, `state`, or `our` modified with a statement modifier conditional or loop construct (for example, `my $x if ...`) is undefined. The value of the `my` variable may be `undef`, any previously assigned value, or possibly anything else." | |||
* | Add ability to confirm reports/updates via text. | Matthew Somerville | 2017-09-30 | -2/+3 |
| | ||||
* | Move from Moose to Moo in non-App code. | Matthew Somerville | 2015-12-02 | -1/+1 |
| | | | | And create default cobrand class without all of Moose. | |||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -0/+29 |