aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Roles/Abuser.pm
Commit message (Collapse)AuthorAgeLines
* Remove any use of `my $x if $foo`.Matthew Somerville2019-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 Somerville2017-09-30-2/+3
|
* Move from Moose to Moo in non-App code.Matthew Somerville2015-12-02-1/+1
| | | | And create default cobrand class without all of Moose.
* use moose role for is_from_abuser methodStruan Donald2011-05-26-0/+29