Prevent "uninitialized value" warnings in parameter logging collab/berick/param-log-warning-cleanup
authorBill Erickson <berick@esilibrary.com>
Tue, 26 Jun 2012 13:21:57 +0000 (09:21 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 26 Jun 2012 13:21:57 +0000 (09:21 -0400)
commit20a14198beb38f84040b3deb0e6353e4401c2622
treea023e82789bb46c1927a2489581e5b45fe00f1cb
parent56e5f5d796bcbf80bd8e801d523fc9e2aee3947d
Prevent "uninitialized value" warnings in parameter logging

Use of uninitialized value $p[0] in join or string at
/usr/local/share/perl/5.10.1/OpenSRF/Application.pm line 130.

This is caused when the array of method params contains null/undef
values.  Prevent the warnings by replacing these values w/ empty
strings.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/perl/lib/OpenSRF/Application.pm