X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_log.t;h=26a52d321407149d1cd2eb66b313c45f4dfea0dd;hb=3932d8818a3c5112315a8757b6db7a3678755f7e;hp=bc167b1803715a34092f464c782e4e4ae8aefe95;hpb=34d28dfd33574ce30aca69fb8700b61111d97b92;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_log.t b/t/unit_core_log.t index bc167b1..26a52d3 100644 --- a/t/unit_core_log.t +++ b/t/unit_core_log.t @@ -1,8 +1,7 @@ use strict; use warnings; -use Test::More tests => 24; -use Test::NoWarnings; # Adds an extra test. +use Test::More tests => 23; my $LOG; @@ -42,8 +41,7 @@ like $MESSAGES[0], qr/^\[info\] hello there!$/, { package Catalyst::Log::Subclass; - use Moose; - extends 'Catalyst::Log'; + use base qw/Catalyst::Log/; sub _send_to_log { my $self = shift;