http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8402 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@biblibre.co | |m Assignee|gmcharlt@gmail.com |mtj@kohaaloha.com QA Contact| |jonathan.druart@biblibre.co | |m --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comment: 4 smalls remarks: 1/ FAIL install_misc/koha-debian-deps.pl FAIL pod *** ERROR: Spurious text after =pod in file install_misc/koha-debian-deps.pl Need a blank line under "=pod" 2/ Please use Pod::Usage. 3/ Maybe should you use C4::Context->config('intranetdir') . '/debian/control' instead of using a relative path. I don't know if it is relevant given that is adds a dependence to C4::Context. 4/ It is useless to return 1 at the end of a perl script. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes.