Skip Menu |

This queue is for tickets about the FFmpeg-Command CPAN distribution.

Report information
The Basics
Id: 43525
Status: resolved
Priority: 0/
Queue: FFmpeg-Command

People
Owner: miya [...] mizzy.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Tests failing when ffmpeg not installed
Your tests fail when the user has not installed ffmpeg. This can be remedied as described in http://wiki.cpantesters.org/wiki/CPANAuthorNotes. See the headline "How can I stop getting FAIL reports for missing libraries or other non-Perl dependencies?" Maybe something like this would then be good enough: if (0 != system "ffmpeg -version"){ warn "...."; exit 0; } Thanks!
Fixed and released as 0.09. Thanks!