>>>>> On Mon, 30 Jul 2012 12:20:16 -0700, Geoffrey Leach <ge...@hughes.net> >>>>> said:
> The most recent version of Audio::Taglib has logged no test results. > The test summary says: "The following table lists the most recent > version of Audio-TagLib to have had at least one PASS report submitted > for the given perl version and platform." From this I assume that all > of the tests have failed. "Works fine for me!"(tm), so how do I > discover what sin(s) I have committed? The diagnostics could be a bit more helpful. First I saw: sh: 1: Syntax error: Bad fd number Please install the taglib C++ library first. Did you install taglib-devel? at Makefile.PL line 7. The name of the package may not be taglib-devel. On debian it is libtag1-dev. So I installed libtag1-dev and then still got the message. Aha, the syntax 'taglib-config --version >& /dev/null' is not Bourne-Shell, you must remove the ampersand there. -- andreas