summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/attrs/Makefile.PL
blob: 86ed3f3935514751e7a989bea4c4d7dda5d94c75 (plain)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME	=> 'attrs',
    VERSION_FROM => 'attrs.pm',
    MAN3PODS 	=> {}, 	# Pods will be built by installman.
    XSPROTOARG => '-noprototypes'
);
OpenPOWER on IntegriCloud