From: Penny Leach Date: Tue, 21 Jul 2009 20:18:34 +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=ea356f7aa79acc55dd95510df6c9dc968ebfed69;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