]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1689576: Fix ALARM -> ALRM Typo
authorJason Boyer <jboyer@library.in.gov>
Tue, 9 May 2017 15:07:46 +0000 (11:07 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 15 May 2017 21:10:50 +0000 (17:10 -0400)
commit3268144c85bd78a033914bb71670234918a8323f
treeabcab2ac1cfb88ee4150c2c3788ecb83d66ef685
parente6bd3d895909b732512b9fa2f4ab8a18c8eaef82
LP1689576: Fix ALARM -> ALRM Typo

In Biblio.pm, when trying to set a timeout handler for $SIG{ALARM}
when retrieving cached facets as part of a catalog search,
a warning is dropped in the logs to this effect:
"No such signal: SIGALARM at
/usr/local/share/perl/5.18.2/OpenILS/Application/Search/Biblio.pm
line 1411"
When using $SIG{ALRM} instead the handler is set as expected.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm