]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Skeletal start of a User object
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 28 Aug 2013 22:48:30 +0000 (10:48 +1200)
committerJason Stephenson <jstephenson@mvlc.org>
Thu, 29 Aug 2013 20:17:26 +0000 (16:17 -0400)
commit134d200daebd4d844c6ebc7962b41a88c05f7c75
treecb0941babc72af7244cd3756a0517a8797a51864
parent8d05e4e790d982e9d6ec8cbb2496533d564f553b
Skeletal start of a User object

perl t/NCIP_User.t
1..4
ok 1 - use NCIP::User;
ok 2 - Create a new user object
ok 3 - Set firstname
ok 4 - Test our getting

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIP/User.pm [new file with mode: 0644]
t/NCIP_User.t [new file with mode: 0644]