Package: libmp3-tag-perl
Version: 0.40-1
Severity: minor
In the SYNOPSIS section of the man page for MP3::Tag, the "else" branch
is incorrect. Here's a patch:
--- Tag.pm~ 2001-08-06 18:19:11.000000000 -0400
+++ Tag.pm 2005-07-12 14:54:29.000000000 -0400
@@ -53,7 +53,7 @@
# create a new tag
$mp3->new_tag("ID3v2");
$mp3->{ID3v2}->add_frame("TALB", "Album title");
- $mp3->write_tag;
+ $mp3->{ID3v2}->write_tag;
}
$mp3->close();
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages libmp3-tag-perl depends on:
ii libcompress-zlib-perl 1.34-1 Perl module for creation and manip
ii perl 5.8.7-3 Larry Wall's Practical Extraction
libmp3-tag-perl recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]