diff options
Diffstat (limited to 'contrib/perl5/ext/attrs/Makefile.PL')
-rw-r--r-- | contrib/perl5/ext/attrs/Makefile.PL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/perl5/ext/attrs/Makefile.PL b/contrib/perl5/ext/attrs/Makefile.PL new file mode 100644 index 000000000000..c42175761546 --- /dev/null +++ b/contrib/perl5/ext/attrs/Makefile.PL @@ -0,0 +1,7 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'attrs', + VERSION_FROM => 'attrs.pm', + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes' +); |