X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FAudio-Opusfile.t;fp=t%2FAudio-Opusfile.t;h=81100fea26ef4015f9ef379bf5760448a8755a50;hb=3656d9431078d310d9deca559831a1059134110c;hp=8398a06f4028f7531b4065ebbd8c1d62bd1b3330;hpb=10773025288df2601f2f4c1d804bcb524676941d;p=audio-opusfile.git diff --git a/t/Audio-Opusfile.t b/t/Audio-Opusfile.t index 8398a06..81100fe 100644 --- a/t/Audio-Opusfile.t +++ b/t/Audio-Opusfile.t @@ -73,5 +73,5 @@ is scalar @samples, 1208, '->read, got correct number of samples'; isn::t $of->pcm_tell, 0, '->pcm_tell is not 0 after read'; $of->raw_seek(0); is $of->pcm_tell, 0, '->pcm_tell is 0 right after raw_seek'; -my @samples = $of->read_float_stereo; + @samples = $of->read_float_stereo; is scalar @samples, 1208, '->read_float_stereo, got correct number of samples';