threads::shared::queue and semaphore become Thread::Semaphore
[p5sagit/p5-mst-13.2.git] / ext / Thread / Makefile.PL
CommitLineData
d9bb3666 1use ExtUtils::MakeMaker;
52e1cb5e 2WriteMakefile(
3 NAME => 'Thread',
4cf4ea45 4 VERSION_FROM => '../../lib/Thread.pm',
5 MAN3PODS => {},
6);
52e1cb5e 7