various fixes for race conditions under threads: mutex locks based
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
CommitLineData
d9bb3666 1use ExtUtils::MakeMaker;
52e1cb5e 2WriteMakefile(
3 NAME => 'Thread',
f7d144c8 4 VERSION_FROM => 'Thread.pm',
69158f75 5 MAN3PODS => {}
52e1cb5e 6 );
7