diff options
author | Francois Marier <francois@debian.org> | 2010-08-05 20:52:16 -0400 |
---|---|---|
committer | Francois Marier <francois@debian.org> | 2010-08-05 20:52:16 -0400 |
commit | 9fcb3bc29dfd429f521c4e40452197dc364310c3 (patch) | |
tree | d343c4aeb67a1cc4b00dfebf873937aa9cccf12a /lib/CIL/Comment.pm | |
parent | 1515145646c5aa80eb4c298607ea33da731ab586 (diff) |
Imported Upstream version 0.07.00upstream/0.07.00
Diffstat (limited to 'lib/CIL/Comment.pm')
-rw-r--r-- | lib/CIL/Comment.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |