Moose use no longer loose aboot this hoose
Matt S Trout [Tue, 23 May 2006 10:51:01 +0000 (10:51 +0000)]
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;