This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
First steps of making builds outside the source
[perl5.git] / ext / Thread / Makefile.PL
... / ...
CommitLineData
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'Thread',
4 VERSION_FROM => 'Thread.pm',
5 MAN3PODS => {}
6 );
7