6 Aug
2026
6 Aug
'26
8:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932 --- Comment #59 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This proves that it is a perl issue: [1] Create module Test.pm package Test; use Modern::Perl; sub test1 { print 1; } 1; [2] Create script test.pl use Modern::Perl; use Test qw(test2); Test::test1(); You can run test.pl under Debian 12, but it fails under Debian 13. -- You are receiving this mail because: You are watching all bug changes.