projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abcafe2
)
Skeletal NCIP::Item
author
Chris Cormack
<chrisc@catalyst.net.nz>
Mon, 30 Sep 2013 00:54:29 +0000
(13:54 +1300)
committer
Chris Cormack
<chrisc@catalyst.net.nz>
Mon, 30 Sep 2013 00:54:29 +0000
(13:54 +1300)
lib/NCIP/Item.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/NCIP/Item.pm
b/lib/NCIP/Item.pm
new file mode 100644
(file)
index 0000000..
3d9105f
--- /dev/null
+++ b/
lib/NCIP/Item.pm
@@ -0,0
+1,8
@@
+package NCIP::Item;
+
+use base qw(Class::Accessor);
+
+# Make accessors for the ones that makes sense
+NCIP::Item->mk_accessors(qw(itemid));
+
+1;