projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Extra paranoia from Nicholas Clark.
[p5sagit/p5-mst-13.2.git]
/
ext
/
Opcode
/
Makefile.PL
Commit
Line
Data
6badd1a5
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => 'Opcode',
69158f75
4
MAN3PODS => {},
6badd1a5
5
VERSION_FROM => 'Opcode.pm',
e858de61
6
XS_VERSION => '1.03'
6badd1a5
7
);