diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-27 01:17:48 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-27 01:17:48 +0000 |
commit | 8add82fcce53822c8119c2a311f526a412bbc9c7 (patch) | |
tree | 7929a2481a6deebd0cca064719747978a655984d /ext/IO/Makefile.PL | |
parent | c954a603b8f02c172ffe0fd3503b4d7ca983ad99 (diff) | |
download | perl-8add82fcce53822c8119c2a311f526a412bbc9c7.tar.gz |
Add IO extension
Diffstat (limited to 'ext/IO/Makefile.PL')
-rw-r--r-- | ext/IO/Makefile.PL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/IO/Makefile.PL b/ext/IO/Makefile.PL new file mode 100644 index 0000000000..eb059bf8e7 --- /dev/null +++ b/ext/IO/Makefile.PL @@ -0,0 +1,7 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'IO', + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'lib/IO/Handle.pm', +); |