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