http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4844 Summary: Circular dependency in koha_perl_deps.pl Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Installation and upgrade (command-line installer) AssignedTo: gmcharlt@gmail.com ReportedBy: colin.campbell@ptfs-europe.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 koha_perl_deps.pl has a use C4::Installer; Which causes it to crash with missing dependencies rather than reporting them. (because Installer uses Context uses ZOOM, one of the more likely to be missing dependencies). It doesnt appear to need that reliance on C4::Installer -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.