testcases/Makefile.PL: tell MakeMaker this is a pure-Perl distribution (#2922)

fixes #2914
next
Michael Stapelberg 2017-09-10 11:25:43 +02:00 committed by GitHub
parent 65e8c02f2f
commit 6caf4e1cb5
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,11 @@ WriteMakefile(
PM => {}, # do not install any files from this directory
clean => {
FILES => 'testsuite-* latest i3-cfg-for-*',
}
},
# This is a pure-Perl distribution:
linkext => {
LINKTYPE => '',
},
);
package MY;