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:56 +0000 (17:10 -0400)
commit71d57f10c48c31f2329166f5c98beceef1712073
tree794b64e05f556b40867df01260daffef786e44d3
parent80fce43417fe30552255f866ea699c864610424b
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