]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - lib/NCIP/Item.pm
3d9105fa14e123fc6c7f0778a480ee02695f17d3
[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;