]> git.koha-community.org Git - koha.git/commit
bug 10548: fix count of missing required dependencies by koha_perl_deps.pl
authorMark Tompsett <mtompset@hotmail.com>
Sat, 6 Jul 2013 19:50:54 +0000 (15:50 -0400)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sun, 4 Aug 2013 13:18:57 +0000 (10:18 -0300)
commite1b677188a0464a9e4752313a3bb6843bdb38a62
treeb8ee577a06d2fb9f14522ade44094347ec4d37b3
parenta05d90ff054785cebf82c9ecc6cfaff1e64c4df9
bug 10548: fix count of missing required dependencies by koha_perl_deps.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 <gmc@esilibrary.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 0134341d9a9883013b7eee3bdc84aa339e618bcc)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 3fcf60e3e2e68f73e9a6292576b6dbc35e450145)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 3fcf60e3e2e68f73e9a6292576b6dbc35e450145)
koha_perl_deps.pl