severe bugs in change#3786 fixed
[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