Bug#708289: libcddb-get-perl: debug enabled by default
kwantam
kwantam at gmail.com
Tue May 14 20:03:17 UTC 2013
Package: libcddb-get-perl
Version: 2.28-1
Severity: minor
Tags: patch
Not a huge deal. Debug is true by default; probably doesn't need to be.
Workaround: modify the .pm file (patch below) or just (for example)
use CDDB_get qw( get_cddb );
$CDDB_get::debug = 0;
Patch:
---CUT HERE---
--- old/CDDB_get.pm 2013-05-14 14:59:48.169775914 -0500
+++ new/CDDB_get.pm 2013-05-14 14:59:37.833776006 -0500
@@ -42,7 +42,7 @@
use Data::Dumper qw(Dumper);
use MIME::Base64 qw(encode_base64);
-$debug=1;
+#$debug=1;
# setup for linux, solaris x86, solaris spark
# you freebsd guys give me input
---CUT HERE---
-- System Information:
Debian Release: 7.0
APT prefers stable
APT policy: (990, 'stable'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libcddb-get-perl depends on:
ii perl 5.14.2-21
libcddb-get-perl recommends no packages.
libcddb-get-perl suggests no packages.
-- no debconf information
More information about the pkg-perl-maintainers
mailing list