source:
trunk/essentials/dev-lang/perl/ext/Opcode/Makefile.PL
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | use ExtUtils::MakeMaker; |
2 | WriteMakefile( |
3 | NAME => 'Opcode', |
4 | MAN3PODS => {}, |
5 | VERSION_FROM => 'Opcode.pm', |
6 | XS_VERSION => '1.03' |
7 | ); |
Note:
See TracBrowser
for help on using the repository browser.