Subject: | MANIFEST mismatch |
Running "make distcheck" gives the following output:
"/usr/perl5.22.1p/bin/perl5.22.1" "-MExtUtils::Manifest=fullcheck" -e fullcheck
No such file: ./Changes
No such file: ./lib/Devel/SharedLibs.pm
No such file: ./Makefile.PL
No such file: ./MANIFEST
No such file: ./t/00-Use.t
No such file: ./t/01-NoPrint.t
No such file: ./t/02-Print.t
No such file: ./t/03-DiskOutput.t
No such file: ./t/04-DiskOutput.t
No such file: ./t/bin/exec-path
No such file: ./t/bin/exec-stdout
Not in MANIFEST: Changes
Not in MANIFEST: lib/Devel/SharedLibs.pm
Not in MANIFEST: Makefile.PL
Not in MANIFEST: MANIFEST
Not in MANIFEST: t/00-Use.t
Not in MANIFEST: t/01-NoPrint.t
Not in MANIFEST: t/02-Print.t
Not in MANIFEST: t/bin/exec-path
Not in MANIFEST: t/bin/exec-stdout
It seems that the leading "./" is not valid here. Also, some files listed in MANIFEST don't exist at all (t/03-DiskOutput.t, t/04-DiskOutput.t).