summaryrefslogtreecommitdiff
path: root/lib/CIL/Comment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CIL/Comment.pm')
-rw-r--r--lib/CIL/Comment.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/CIL/Comment.pm b/lib/CIL/Comment.pm
index 9d0398c..362f094 100644
--- a/lib/CIL/Comment.pm
+++ b/lib/CIL/Comment.pm
@@ -75,6 +75,14 @@ sub last_field {
return 'Description';
}
+sub is_valid {
+ # ToDo:
+ # * check that the issue is valid
+ # * Inserted and Updated are valid
+ # * Description has something in it
+ return 1;
+}
+
## ----------------------------------------------------------------------------
1;
## ----------------------------------------------------------------------------