typo fixes
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 8db075a..eeac89e 100644 (file)
@@ -7,7 +7,7 @@ use Catalyst::Log;
 
 __PACKAGE__->mk_classdata($_) for qw/_config log/;
 
-our $VERSION = '4.32';
+our $VERSION = '4.33';
 our @ISA;
 
 =head1 NAME
@@ -152,8 +152,8 @@ sub import {
         }
     }
 
-    unless ( $self->log ) {
-        $self->log( Catalyst::Log->new );
+    unless ( $caller->log ) {
+        $caller->log( Catalyst::Log->new );
     }
 
     # Options