Fix a couple of aggregation warnings.
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_log.t
index c86aa82..396e337 100644 (file)
@@ -6,8 +6,7 @@ use Test::More tests => 23;
 use Catalyst::Log;
 
 local *Catalyst::Log::_send_to_log;
-
-my @MESSAGES;
+local our @MESSAGES;
 {
     no warnings 'redefine';
     *Catalyst::Log::_send_to_log = sub {