testcases/Makefile.PL: tell MakeMaker this is a pure-Perl distribution (#2922)
fixes #2914
This commit is contained in:
parent
65e8c02f2f
commit
6caf4e1cb5
|
@ -18,7 +18,11 @@ WriteMakefile(
|
||||||
PM => {}, # do not install any files from this directory
|
PM => {}, # do not install any files from this directory
|
||||||
clean => {
|
clean => {
|
||||||
FILES => 'testsuite-* latest i3-cfg-for-*',
|
FILES => 'testsuite-* latest i3-cfg-for-*',
|
||||||
}
|
},
|
||||||
|
# This is a pure-Perl distribution:
|
||||||
|
linkext => {
|
||||||
|
LINKTYPE => '',
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
package MY;
|
package MY;
|
||||||
|
|
Loading…
Reference in New Issue