Skip Menu |

This queue is for tickets about the Audio-File CPAN distribution.

Report information
The Basics
Id: 45142
Status: open
Priority: 0/
Queue: Audio-File

People
Owner: Nobody in particular
Requestors: rrt [...] sc3d.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.11
Fixed in: (no value)



Subject: Typo in man page Audio::File(3perl)
Under "DESCRIPTION", "the files audio-properties" should be "the file's audio properties".
Even if it's only a typo, here is a patch file, should be fixed with the next release.
diff -Naur Audio.orig/File.pm Audio/File.pm --- Audio.orig/File.pm 2006-08-25 15:22:53.000000000 +0200 +++ Audio/File.pm 2009-04-27 22:49:54.395241908 +0200 @@ -24,7 +24,7 @@ Audio::File abstracts a single audio file, independant of its format. Using this module you can access a files meta-info like title, album, etc. as well as the -files audio-properties like its length and bitrate. +file's audio properties like its length and bitrate. Currently only the formats flac, ogg vorbis and mp3 are supported, but support for other formats may be easily added.