projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
If Unicode keys are entered to a hash, a bit is turned on.
[p5sagit/p5-mst-13.2.git]
/
ext
/
IO
/
Makefile.PL
Commit
Line
Data
8add82fc
1
use ExtUtils::MakeMaker;
cf7fe8a2
2
use Config qw(%Config);
3
8add82fc
4
WriteMakefile(
cf7fe8a2
5
VERSION_FROM => "IO.pm",
6
NAME => "IO",
7
OBJECT => '$(O_FILES)',
cf7fe8a2
8
MAN3PODS => {}, # Pods will be built by installman.
8add82fc
9
);