Bug 19968: Add missing use Date::Calc statement
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Jan 2018 13:10:41 +0000 (10:10 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 23 Jan 2018 01:45:38 +0000 (01:45 +0000)
commit3f38b34445ada2bfb7c7dc48f340fd408b1a5b67
tree2d6b302530a6b96cb2f9c01b14176c06f5bfcad0
parenta44804f015964ec95d997c9adfdaae4b3527fb50
Bug 19968: Add missing use Date::Calc statement

It has been reported than the missing use statement can cause a
compilation error:
Undefined subroutine &Date::Calc::Today called at
/usr/share/koha/intranet/cgi-bin/cataloguing/value_builder/unimarc_field_100.pl
line 75.

Test plan:
Use this UNIMARC plugin and make sure it fixes the error or at least
does not break it

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
cataloguing/value_builder/unimarc_field_100.pl