]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add a LookupVersion handler.
authorJason Stephenson <jason@sigio.com>
Fri, 27 Jun 2014 18:55:40 +0000 (14:55 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 19 Jul 2014 15:21:04 +0000 (11:21 -0400)
commita49a25aec989530075c4e5b63a48435a146c5023
treeb6b91500e044bc063a0e3aa1d2a7871122d952c1
parentb86e001a1a0e3a0a719230267e4207f53c20fe62
Add a LookupVersion handler.

We also create a NCIP::Const module to hold the SUPPORTED_VERSIONS
list and other constants that we may need in the future.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/Const.pm [new file with mode: 0644]
lib/NCIP/Handler/LookupVersion.pm [new file with mode: 0644]
templates/includes/LookupVersionResponse.inc [new file with mode: 0644]