15 Apr
2026
15 Apr
'26
3:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42374 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- I can fix the issue in /usr/share/perl5/Business/ISBN/Data.pm if I replace this line: 408 if( defined $ENV{ISBN_RANGE_MESSAGE} and ! -e $ENV{ISBN_RANGE_MESSAGE} ) { with 408 if( defined $ENV{ISBN_RANGE_MESSAGE} && $ENV{ISBN_RANGE_MESSAGE} && ! -e $ENV{ISBN_RANGE_MESSAGE} ) { But it's not clear what's happening. I do not recreate when I use then require Business::ISBN in a simple perl script. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.