diff options
author | Francois Marier <francois@debian.org> | 2010-08-05 20:52:17 -0400 |
---|---|---|
committer | Francois Marier <francois@debian.org> | 2010-08-05 20:52:17 -0400 |
commit | 79cef0ebbb86de5ccac38255434d0d2bb18fb3c1 (patch) | |
tree | c52a30aed1698086e887ea80b989168416e18f17 /lib/CIL/Attachment.pm | |
parent | 2b73a8c304bf705eaa3b83526698e4278accdf46 (diff) | |
parent | 9fcb3bc29dfd429f521c4e40452197dc364310c3 (diff) |
Merge commit 'upstream/0.07.00'
Diffstat (limited to 'lib/CIL/Attachment.pm')
-rw-r--r-- | lib/CIL/Attachment.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CIL/Attachment.pm b/lib/CIL/Attachment.pm index 337ed1a..ee2a73a 100644 --- a/lib/CIL/Attachment.pm +++ b/lib/CIL/Attachment.pm @@ -81,6 +81,10 @@ sub prefix { return 'a'; } +sub type { + return 'Attachment'; +} + sub fields { return \@FIELDS; } |