- Moved unused argc, temp variable into small scope.
[dragonfly.git] / contrib / perl5 / 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 );