Dear Jean-Damien Durand (CC cpan-testers-discuss@perl.org) I don't understand how to resolve this error in testing the distribution Image::PNG::Libpng version 0.31:
http://www.cpantesters.org/cpan/report/bb9621c6-9366-11e3-90d8-f10b44f7ffa7 When compiling Libpng.xs starting from the following line https://metacpan.org/source/BKB/Image-PNG-Libpng-0.31/Libpng.xs#L15 it says "tmpl/Libpng.xs.tmpl", line 15: cannot find include file: "my-xs.h" "tmpl/Libpng.xs.tmpl", line 16: cannot find include file: "perl-libpng.c" "tmpl/Libpng.xs.tmpl", line 17: cannot find include file: "const-c.inc" However the files are present in the distribution: https://metacpan.org/source/BKB/Image-PNG-Libpng-0.31 Is there something I can do to resolve this? It seems to find the file included here OK: https://metacpan.org/source/BKB/Image-PNG-Libpng-0.31/Libpng.xs#L23 Thanks for any help.