projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Be more explicit on the List::Util build trick,
[p5sagit/p5-mst-13.2.git]
/
ext
/
attrs
/
Makefile.PL
Commit
Line
Data
77a005ab
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => 'attrs',
4
VERSION_FROM => 'attrs.pm',
69158f75
5
MAN3PODS => {}, # Pods will be built by installman.
77a005ab
6
XSPROTOARG => '-noprototypes'
7
);