Package: libaudio-scrobbler-perl
Version: 0.01-1
Severity: normal
Tags: patch
Attempting to use this module results in the following error:
Can't use string ("artist") as a HASH ref while "strict refs" in use at
/usr/share/perl5/Audio/Scrobbler.pm line 269.
The attached patch cures these errors.
You may wish to inflate the severity of this bug: for sure,
it makes the package unusable for me, but I do not know if
it would for everyone. It may be my specific perl version.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages libaudio-scrobbler-perl depends on:
ii libconfig-inifiles-perl 2.39-2 Read .ini-style configuration file
ii libwww-perl 5.805-1 WWW client/server library for Perl
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
libaudio-scrobbler-perl recommends no packages.
-- no debconf information
--- /usr/share/perl5/Audio/Scrobbler.pm 2006-10-07 17:05:31.000000000 +0100
+++ /tmp/Scrobbler.pm 2006-10-07 17:07:05.000000000 +0100
@@ -2,7 +2,6 @@
use 5.006;
use strict;
-no strict 'refs';
use bytes;
=head1 NAME