X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=809294e326c8663e6179a2fb98e91cc5eab7103f;hp=4b3c3c3b0e22b2129f033a6889527ea677863127;hb=475616f8b8b4720721efd3a395197930832aba06;hpb=367c3420bd03291e2c7e5cc3d1a21cf2e2c21a19 diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index 4b3c3c3..809294e 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -63,7 +63,7 @@ sub disable { sub _dump { my $self = shift; local $Data::Dumper::Terse = 1; - $self->info( Dumper( $_[0] ) ); + $self->info( Dumper( @_ ) ); } sub _log {