[perl #18065] LFS related bug in perl-5.8.0 testsuite
[p5sagit/p5-mst-13.2.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 );