This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / ext / Thread / Makefile.PL
CommitLineData
d9bb3666 1use ExtUtils::MakeMaker;
52e1cb5e
JH
2WriteMakefile(
3 NAME => 'Thread',
4cf4ea45
JH
4 VERSION_FROM => '../../lib/Thread.pm',
5 MAN3PODS => {},
6);
52e1cb5e 7