diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-11-20 21:21:44 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-12-02 17:41:41 +0000 |
commit | 358faad2426a11573ec9597592076cc0ac43e5f7 (patch) | |
tree | 437d54dffb9442b6030ae7decfa9b495d97533b8 /perllib/Open311/PopulateServiceList.pm | |
parent | 55412b79394ff1b1cabe368aed67fa8f68680ecc (diff) |
Move from Moose to Moo in non-App code.
And create default cobrand class without all of Moose.
Diffstat (limited to 'perllib/Open311/PopulateServiceList.pm')
-rw-r--r-- | perllib/Open311/PopulateServiceList.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/PopulateServiceList.pm b/perllib/Open311/PopulateServiceList.pm index fbb0ebc56..f251606cf 100644 --- a/perllib/Open311/PopulateServiceList.pm +++ b/perllib/Open311/PopulateServiceList.pm @@ -1,6 +1,6 @@ package Open311::PopulateServiceList; -use Moose; +use Moo; use Open311; has bodies => ( is => 'ro' ); |