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