source:
trunk/essentials/dev-lang/perl/ext/Encode/Unicode/Makefile.PL@
3314
| Last change on this file since 3314 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 208 bytes | |
| Line | |
|---|---|
| 1 | use 5.7.2; |
| 2 | use strict; |
| 3 | use ExtUtils::MakeMaker; |
| 4 | |
| 5 | WriteMakefile( |
| 6 | INC => "-I../Encode", |
| 7 | NAME => 'Encode::Unicode', |
| 8 | VERSION_FROM => "Unicode.pm", |
| 9 | MAN3PODS => {}, |
| 10 | ); |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
