http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12182 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Is Readonly::XS in used? % git grep Readonly::XS C4/Installer/PerlDependencies.pm: 'Readonly::XS' => { % apt-cache show libreadonly-perl Package: libreadonly-perl Version: 1.04-1 Installed-Size: 77 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> Architecture: all Depends: perl Recommends: libreadonly-xs-perl (>= 1.05) It is not a Readonly's dependency. Should we remove the dependency in PerlDependencies.pm? -- You are receiving this mail because: You are watching all bug changes.