https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932
--- Comment #59 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
