use ExtUtils::MakeMaker;
WriteMakefile(
	NAME => 'Thread',
	VERSION_FROM => 'Thread.pm',
    MAN3PODS => ' '
	);

