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
Integrate mainline
[p5sagit/p5-mst-13.2.git]
/
ext
/
Opcode
/
Makefile.PL
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => 'Opcode',
4
MAN3PODS => {},
5
VERSION_FROM => 'Opcode.pm',
6
XS_VERSION => '1.03'
7
);