Subject: | Undeclared dependency on Data::Dump |
Grep finds in lib/KiokuDB/Backend/CouchDB.pm:
267- }
268- if(@errors) {
269: use Data::Dump 'pp';
270- die 'Error on fetch from CouchDB.', pp @errors;
271- }
272- if(@unknown) {
273: use Data::Dump 'pp';
274- die 'Unknown response from CouchDB.', pp @unknown;
275- }
But it's not declared as dependency. Please declare it, it make
automated installations and testing easier.
Thanks!