This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge maint-5.004 branch (5.004_04) with mainline.
[perl5.git] / ext / attrs / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME        => 'attrs',
4     VERSION_FROM => 'attrs.pm',
5     MAN3PODS    => ' ',         # Pods will be built by installman.
6     XSPROTOARG => '-noprototypes'
7 );