source: trunk/essentials/dev-lang/perl/ext/IO/Makefile.PL@ 3397

Last change on this file since 3397 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 196 bytes
Line 
1use ExtUtils::MakeMaker;
2use Config qw(%Config);
3
4WriteMakefile(
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.