Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 10548: fix count of missing required dependencies by koha_perl_de…
…ps.pl To test: [1] ./koha_perl_deps.pl -m -u If you have nothing missing, uninstall an optional component. [2] ./koha_perl_deps.pl -m -u You should get a number missing of at least 1. [3] ./koha_perl_deps.pl -m -u -r You should get the same number, even though the output is less. [4] Apply patch [5] ./koha_perl_deps.pl -m -u Same results as in step 2. [6] ./koha_perl_deps.pl -m -u -r The number should differ from the results in step 3. Signed-off-by: Galen Charlton <[email protected]> Signed-off-by: Marcel de Rooy <[email protected]> Signed-off-by: Galen Charlton <[email protected]>
- Loading branch information