]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add some the Header and Response objects.
authorJason Stephenson <jason@sigio.com>
Thu, 7 Aug 2014 01:14:50 +0000 (21:14 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 7 Aug 2014 01:14:50 +0000 (21:14 -0400)
commit438cc7e52dfb4634c9be65c82e5030dbe2032923
tree9d41b04a435c984f1f7e7a3814bb59a8aff7962a
parentb424f0d3c8ac941ca6deeccb12493fcb9e10bed4
Add some the Header and Response objects.

Also modify some existing objects to camel case the fields so that
they match what is in Z39.83-1-2012.

Add a make_header method to the base ILS class.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/Header.pm [new file with mode: 0644]
lib/NCIP/ILS.pm
lib/NCIP/Problem.pm
lib/NCIP/Response.pm [new file with mode: 0644]
lib/NCIP/StructuredAddress.pm