Skip to content

Commit 6caf4e1

Browse files
authored
testcases/Makefile.PL: tell MakeMaker this is a pure-Perl distribution (i3#2922)
fixes i3#2914
1 parent 65e8c02 commit 6caf4e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

testcases/Makefile.PL

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ WriteMakefile(
1818
PM => {}, # do not install any files from this directory
1919
clean => {
2020
FILES => 'testsuite-* latest i3-cfg-for-*',
21-
}
21+
},
22+
# This is a pure-Perl distribution:
23+
linkext => {
24+
LINKTYPE => '',
25+
},
2226
);
2327

2428
package MY;

0 commit comments

Comments
 (0)