@@ -, +, @@ dateaccessioned.pl - link the dateaccessioned plugin with one of your biblio field - edit an item - verify they are no warnings in the Koha log file. --- cataloguing/value_builder/dateaccessioned.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) --- a/cataloguing/value_builder/dateaccessioned.pl +++ a/cataloguing/value_builder/dateaccessioned.pl @@ -17,8 +17,9 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -use strict; -use warnings; +use Modern::Perl; + +no warnings 'redefine'; =head1 --