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>