28 Aug
2026
28 Aug
'26
8:47 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17385 --- Comment #319 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- use base 'Exporter'; +use Koha::Caches; use Koha::XSLT::Base; +use XML::LibXML; +use Encode; +use vars qw(@ISA @EXPORT); + my $engine; #XSLT Handler object BEGIN { + require Exporter; + our @ISA = qw(Exporter); Looks like old school perl. Why are we doing this, since we already have Exporter as the base class? First line here.. -- You are receiving this mail because: You are watching all bug changes.