X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=833087bebb67170ce3f67c53635aa88fc7e91d82;hb=384698dea9ef30285e41558de0fc62a24da1e4ee;hp=6bb131a98eee3ff026eac3bd0cbd0775b1b7b621;hpb=c9afa5fc4ed6c36afe6653d7d8fbb9909994c1a8;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index 6bb131a..833087b 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -86,7 +86,7 @@ Logs a Data::Dumper of reference. =cut -sub dump { shift->_format( 'dump', Dumper( $_[1] ) ) } +sub dump { shift->_format( 'dump', Dumper( $_[0] ) ) } =back