Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
[p5sagit/p5-mst-13.2.git] / ext / attrs / Makefile.PL
CommitLineData
77a005ab 1use ExtUtils::MakeMaker;
2WriteMakefile(
3 NAME => 'attrs',
4 VERSION_FROM => 'attrs.pm',
69158f75 5 MAN3PODS => {}, # Pods will be built by installman.
77a005ab 6 XSPROTOARG => '-noprototypes'
7);