Bug 14115: Silence warnings in t/Label*
authorMark Tompsett <mtompset@hotmail.com>
Fri, 1 May 2015 21:56:07 +0000 (17:56 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Jun 2015 17:11:15 +0000 (14:11 -0300)
commit174b425c36416a2725da81345ccaf162c4f7f873
treec62a6b6f61f1c8087783aeefbe9ddf5aa120c793
parent9878663731c4e31daf45ac8ce86e4bfa169d9689
Bug 14115: Silence warnings in t/Label*

Two functions were triggering noisy warnings while testing:
_get_text_fields and _split_lccn.

TEST PLAN
----------
1) $ prove t/Label*
   -- several warnings
2) apply patch
3) $ prove t/Label*
   -- no warnings
4) koha qa test tools.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Nicer, no koha-qa errors

Signed-off-by: Aleisha <aleishaamohia@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Labels/Label.pm