From: Matt S Trout Date: Tue, 23 May 2006 10:51:01 +0000 (+0000) Subject: Moose use no longer loose aboot this hoose X-Git-Tag: 5.7099_04~575 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5e3aaea8f7dd01cbb1a874779a5f8d76e78fc232 Moose use no longer loose aboot this hoose --- diff --git a/t/unit_core_log.t b/t/unit_core_log.t index bc167b1..9b730f0 100644 --- a/t/unit_core_log.t +++ b/t/unit_core_log.t @@ -42,8 +42,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;