https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064
--- Comment #28 from David Cook <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #27) > (In reply to David Cook from comment #26) > > (In reply to David Cook from comment #25) > > > They're dependencies of DBIx::Class, but probably a good idea to > > > explicitly > > > add them as well. > > > > Or rather they're dependencies of the Debian package. > > I checked. And `pmvers` would tell me the Diff one was not installed. Run "dpkg -L libsql-translator-perl". You'll see them both in the output: /usr/share/perl5/SQL/Translator/Diff.pm /usr/share/perl5/SQL/Translator.pm And I made a mistake about the dependencies. It's not a dependency of libdbix-class-perl. It's a dependency of "libtest-dbix-class-perl". At the moment "libtest-dbix-class-perl" is a dependency of koha-common, but it's one that I'd like to remove one day, so it's worth adding "libsql-translator-perl" as a Koha dependency. But production Koha systems definitely already have both SQL::Translator and SQL::Translator::Diff installed because they have "libtest-dbix-class-perl" installed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
