From: Don Armstrong Date: Wed, 25 Jun 2008 01:18:41 +0000 (-0700) Subject: * Fix missing \ X-Git-Tag: release/2.6.0~488^2~25^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2dd707bb84dbbf68856d88a7f3b86177faa69e4f;p=debbugs.git * Fix missing \ --- diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index 97f0b00..c4d741e 100644 --- a/Debbugs/Log.pm +++ b/Debbugs/Log.pm @@ -165,7 +165,7 @@ sub new ($param{logfh}) = @_; } else { - %param = validate_with(params => @_, + %param = validate_with(params => \@_, spec => {bug_num => {type => SCALAR, optional => 1, },