projects
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5edd8ef
)
Fix a little something caught by perl -c.
author
Jason Stephenson
<jason@sigio.com>
Sat, 27 Sep 2014 12:37:29 +0000
(08:37 -0400)
committer
Jason Stephenson
<jason@sigio.com>
Sat, 27 Sep 2014 12:37:29 +0000
(08:37 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS.pm
b/lib/NCIP/ILS.pm
index
df63d82
..
ef64d93
100644
(file)
--- a/
lib/NCIP/ILS.pm
+++ b/
lib/NCIP/ILS.pm
@@
-459,7
+459,7
@@
sub find_bibliographic_ids {
}
}
- return (wantarray) @ids : [@ids];
+ return (wantarray)
?
@ids : [@ids];
}
1;