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