Skip Menu |

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

Report information
The Basics
Id: 27539
Status: resolved
Priority: 0/
Queue: Audio-SndFile

People
Owner: Nobody in particular
Requestors: alex_fz [...] mail.ru
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: $sndfile->frames() don't work in 0.04
In module code method 'frames' don't created for C code. So, when you try to use it, you get 'Can't locate object method "frames" via package "Audio::SndFile"' message. This patch fixes problem: 95c95 < for my $s (qw(type subtype channels endianness samplerate seekable sections)) { --- Show quoted text
> for my $s (qw(type subtype channels endianness samplerate seekable
sections frames)) {
Patched. A new version (0.05) of Audio::SndFile is now on its way to CPAN. Thank you for the report & patch. Joost.