KohaSuomi / koha-plugin-borrowersstatus

(KPBS) Add borrowers/status endpoint to koha for patron auth
GNU General Public License v3.0
0 stars 1 forks source link

Remove unnecessary dependency Data::Printer #3

Closed taskula closed 2 months ago

taskula commented 3 months ago

Use of Data::Printer is forbidden by Koha (as defined by qa-test-tools). For historical reasons it seems to be imported in this plugin. As it is no longer shipped with Koha, it should be removed because otherwise the plugin will crash with a missing dependency.

I couldn't find any use of Data::Printer's p() or np() so it seems Data::Printer is imported for no reason.