From 9fcb3bc29dfd429f521c4e40452197dc364310c3 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Thu, 5 Aug 2010 20:52:16 -0400 Subject: Imported Upstream version 0.07.00 --- lib/CIL/Comment.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/CIL/Comment.pm') diff --git a/lib/CIL/Comment.pm b/lib/CIL/Comment.pm index 362f094..5fa572b 100644 --- a/lib/CIL/Comment.pm +++ b/lib/CIL/Comment.pm @@ -63,6 +63,10 @@ sub prefix { return 'c'; } +sub type { + return 'Comment'; +} + sub fields { return \@FIELDS; } -- cgit v1.2.3