source: trunk/third/perl/ext/IO/Makefile.PL @ 10724

Revision 10724, 241 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1use ExtUtils::MakeMaker;
2WriteMakefile(
3    NAME => 'IO',
4    MAN3PODS   => ' ',                  # Pods will be built by installman.
5    XSPROTOARG => '-noprototypes',      # XXX remove later?
6    VERSION_FROM => 'lib/IO/Handle.pm',
7    XS_VERSION => 1.15
8);
Note: See TracBrowser for help on using the repository browser.