From: Penny Leach Date: Tue, 21 Jul 2009 20:19:40 +0000 (+0200) Subject: small fix to status, change to CIL::Utils->fatal rather than just fatal X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=04ee71b00cde594d05d625c649bee1da1a160c14;p=cil.git small fix to status, change to CIL::Utils->fatal rather than just fatal --- diff --git a/lib/CIL/Command/Status.pm b/lib/CIL/Command/Status.pm index b811ec9..945c22a 100644 --- a/lib/CIL/Command/Status.pm +++ b/lib/CIL/Command/Status.pm @@ -34,7 +34,7 @@ sub run { my ($self, $cil, undef, $issue_name, $status) = @_; unless ( defined $status ) { - $cil->fatal("provide a status to set this issue to"); + CIL::Utils->fatal("provide a status to set this issue to"); } # firstly, read the issue in