Skeletal NCIP::Item
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 30 Sep 2013 00:54:29 +0000 (13:54 +1300)
committerChris 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]

diff --git a/lib/NCIP/Item.pm b/lib/NCIP/Item.pm
new file mode 100644 (file)
index 0000000..3d9105f
--- /dev/null
@@ -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;