This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Thread a wrapper for both ithreads and 5005threads.
[perl5.git] / ext / Thread / Makefile.PL
CommitLineData
d9bb3666 1use ExtUtils::MakeMaker;
52e1cb5e
JH
2WriteMakefile(
3 NAME => 'Thread',
43d3ddbe
JH
4 VERSION => '2.00',
5 MAN3PODS => {}
52e1cb5e
JH
6 );
7