diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-14 10:22:15 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-14 10:22:15 +0100 |
commit | 345a03f5ad2d71948ca4383682a5549f3053486b (patch) | |
tree | 8b156f90f383c5987138f115e6f7437075ad04bb /t/app/controller/about.t | |
parent | 1a7835da6ee96d0287c4523110ebb01f662cafd6 (diff) | |
parent | f7873a97d3be13251da30f12705c3dafa5468995 (diff) |
Merge in upgraded Catalyst branch.
Diffstat (limited to 't/app/controller/about.t')
-rw-r--r-- | t/app/controller/about.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/about.t b/t/app/controller/about.t index 04d902bc5..43ee642e4 100644 --- a/t/app/controller/about.t +++ b/t/app/controller/about.t @@ -4,6 +4,7 @@ sub path_to_web_templates { [ FixMyStreet->path_to( 't', 'app', 'controller', 't package main; +use utf8; use FixMyStreet::TestMech; ok( my $mech = FixMyStreet::TestMech->new, 'Created mech object' ); |