]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - lib/NCIP/Item.pm
Merge branch 'master' of git+ssh://git.catalyst.net.nz/git/public/NCIPServer
[working/NCIPServer.git] / lib / NCIP / Item.pm
1 package NCIP::Item;
2
3 use base qw(Class::Accessor);
4
5 # Make accessors for the ones that makes sense
6 NCIP::Item->mk_accessors(qw(itemid));
7
8 1;