This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add semaphore.pm
[perl5.git] / ext / attrs / Makefile.PL
CommitLineData
77a005ab
MB
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'attrs',
4 VERSION_FROM => 'attrs.pm',
69158f75 5 MAN3PODS => {}, # Pods will be built by installman.
77a005ab
MB
6 XSPROTOARG => '-noprototypes'
7);