projects
/
working
/
NCIPServer.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a case issue in NCIP::Const::AUTHENTICATIONINPUT_MESSAGES.
[working/NCIPServer.git]
/
lib
/
NCIP
/
Const.pm
diff --git
a/lib/NCIP/Const.pm
b/lib/NCIP/Const.pm
index
661c1b2
..
26bb79f
100644
(file)
--- a/
lib/NCIP/Const.pm
+++ b/
lib/NCIP/Const.pm
@@
-26,6
+26,6
@@
use constant SUPPORTED_VERSIONS => (
# Messages for which AuthenticationInput are valid.
use constant AUTHENTICATIONINPUT_MESSAGES => (
- 'Look
U
pUser', 'RenewItem', 'CheckOutItem', 'RequestItem',
+ 'Look
u
pUser', 'RenewItem', 'CheckOutItem', 'RequestItem',
);
1;