Skip Menu |

This queue is for tickets about the MP3-Info CPAN distribution.

Report information
The Basics
Id: 2113
Status: resolved
Priority: 0/
Queue: MP3-Info

People
Owner: cnandor [...] cpan.org
Requestors: tim [...] tim-landscheidt.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: 1.02



Subject: Misleading typo in documentation
Documentation for get_mp3tag() states, "Also returns a VERSION key [...]". Code and HISTORY suggest "TAGVERSION" instead. Attached patch fixes another small typo as well. Please also update URL for project homepage in the documentation.
--- Info.pm.orig 2002-02-26 23:03:29.000000000 +0000 +++ Info.pm 2003-02-15 15:16:39.000000000 +0000 @@ -408,7 +408,7 @@ (L<use_mp3_utf8>), unless RAW_V2 is specified, in which no charset manipulation is done. -Also returns a VERSION key, containing the ID3 version used for the returned +Also returns a TAGVERSION key, containing the ID3 version used for the returned data (if VERSION argument is C<0>, may contain two versions). =cut @@ -1494,7 +1494,7 @@ =item v0.50, Friday, February 19, 1999 -Added C<remove_mp3tag>. Addeed VERSION to the hash returned by +Added C<remove_mp3tag>. Added VERSION to the hash returned by C<get_mp3info>, and fixed a bug where STEREO was not being set correctly. Export all genre data structures on request. Added C<use_winamp_genres>
Subject: Re: Misleading typo in documentation
Thanks, patch is applied. Docs will be updated for new URLs before release (coming soon).
Subject: Fixed.
Bug is fixed, and included in v1.02. Thanks.