From 04ee71b00cde594d05d625c649bee1da1a160c14 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 21 Jul 2009 22:19:40 +0200 Subject: [PATCH] small fix to status, change to CIL::Utils->fatal rather than just fatal --- lib/CIL/Command/Status.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5