]> git.mjollnir.org Git - cil.git/commitdiff
Added new bug about random perl error.
authorNigel McNie <nigel@mcnie.name>
Wed, 2 Jul 2008 12:29:44 +0000 (00:29 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 2 Jul 2008 12:44:34 +0000 (00:44 +1200)
issues/i_a5b1eb37.cil [new file with mode: 0644]

diff --git a/issues/i_a5b1eb37.cil b/issues/i_a5b1eb37.cil
new file mode 100644 (file)
index 0000000..6026852
--- /dev/null
@@ -0,0 +1,26 @@
+Summary: Can't use string ("Finished") as an ARRAY ref while "strict refs" in use at /usr/share/perl5/CIL.pm line 227.
+Status: New
+CreatedBy: Nigel McNie <nigel@mcnie.name>
+AssignedTo: Nigel McNie <nigel@mcnie.name>
+Inserted: 2008-07-02T12:27:39
+Updated: 2008-07-02T12:28:51
+
+I get this error when running 'cil list --is-open' on my repo.
+
+My .cil:
+
+StatusStrict: 1
+StatusAllowedList: New
+StatusAllowedList: InProgress
+StatusAllowedList: Finished
+StatusOpenList: New
+StatusOpenList: InProgress
+StatusClosedList: Finished
+LabelStrict: 1
+LabelAllowedList: Type-Enhancement
+LabelAllowedList: Type-Defect
+LabelAllowedList: Priority-High
+LabelAllowedList: Priority-Medium
+LabelAllowedList: Priority-Low
+
+Do you need more info? How does more info work in cil anyways :)