1use ExtUtils::MakeMaker;
2WriteMakefile(
3	NAME => 'Thread',
4	VERSION_FROM => '../../lib/Thread.pm',
5	MAN3PODS => {},
6);
7
8