Integrate changes #9675,9676 from maintperl into mainline.
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3         NAME => 'Thread',
4         VERSION_FROM => 'Thread.pm',
5     MAN3PODS => {}
6         );
7