http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12182
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #3 from Jonathan Druart <[email protected]> --- 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 <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
