X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_log.t;h=f488d48f378ceecd985141c644a3abcc6a03ecba;hb=2a1acc71ae813ba9ca5b63a3c65c70fde941c319;hp=c86aa82fac7d9212d598e246ef07d8c03c264dc5;hpb=5d50f369bffa3625ca983b72fc8bc013c8a1e802;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_log.t b/t/aggregate/unit_core_log.t index c86aa82..f488d48 100644 --- a/t/aggregate/unit_core_log.t +++ b/t/aggregate/unit_core_log.t @@ -1,13 +1,12 @@ use strict; use warnings; -use Test::More tests => 23; +use Test::More tests => 22; use Catalyst::Log; local *Catalyst::Log::_send_to_log; - -my @MESSAGES; +local our @MESSAGES; { no warnings 'redefine'; *Catalyst::Log::_send_to_log = sub {