Skip Menu |

This queue is for tickets about the KiokuDB-Backend-CouchDB CPAN distribution.

Report information
The Basics
Id: 66022
Status: new
Priority: 0/
Queue: KiokuDB-Backend-CouchDB

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



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!