[asperl] integrate mainline changes
[p5sagit/p5-mst-13.2.git] / ext / attrs / Makefile.PL
CommitLineData
77a005ab 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'attrs',
4 VERSION_FROM => 'attrs.pm',
5 MAN3PODS => ' ', # Pods will be built by installman.
6 XSPROTOARG => '-noprototypes'
7);