Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
[p5sagit/p5-mst-13.2.git] / ext / attrs / Makefile.PL
CommitLineData
77a005ab 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'attrs',
4 VERSION_FROM => 'attrs.pm',
69158f75 5 MAN3PODS => {}, # Pods will be built by installman.
77a005ab 6 XSPROTOARG => '-noprototypes'
7);