source:
trunk/essentials/dev-lang/perl/ext/IO/Makefile.PL@
3397
| Last change on this file since 3397 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 196 bytes | |
| Line | |
|---|---|
| 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 | ); |
Note:
See TracBrowser
for help on using the repository browser.
