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/Attachment.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/CIL/Attachment.pm') 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; } -- cgit v1.2.3