Moose use no longer loose aboot this hoose
[catagits/Catalyst-Runtime.git] / t / unit_core_log.t
index bc167b1..9b730f0 100644 (file)
@@ -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;