[asperl] integrate mainline changes
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
CommitLineData
d9bb3666 1use ExtUtils::MakeMaker;
52e1cb5e 2WriteMakefile(
3 NAME => 'Thread',
4 VERSION_FROM => 'Thread.pm'
5 );
6