aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/fixmystreet.com/fixture1
-rw-r--r--perllib/FixMyStreet/DB/Factories.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture
index 622bae018..c75cb53bf 100755
--- a/bin/fixmystreet.com/fixture
+++ b/bin/fixmystreet.com/fixture
@@ -7,6 +7,7 @@
use strict;
use warnings;
use v5.14;
+use utf8;
BEGIN {
use File::Basename qw(dirname);
diff --git a/perllib/FixMyStreet/DB/Factories.pm b/perllib/FixMyStreet/DB/Factories.pm
index 5af9ed38f..05c56e394 100644
--- a/perllib/FixMyStreet/DB/Factories.pm
+++ b/perllib/FixMyStreet/DB/Factories.pm
@@ -1,6 +1,7 @@
use strict;
use warnings;
use v5.14;
+use utf8;
use FixMyStreet::DB;