From 4fcbc3669aa997848e15198cc9fb856287a6788c Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 9 Sep 1998 07:00:04 +0000 Subject: Initial import of Perl5. The king is dead; long live the king! --- contrib/perl5/ext/IO/Makefile.PL | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/perl5/ext/IO/Makefile.PL (limited to 'contrib/perl5/ext/IO/Makefile.PL') diff --git a/contrib/perl5/ext/IO/Makefile.PL b/contrib/perl5/ext/IO/Makefile.PL new file mode 100644 index 0000000..4a34be6 --- /dev/null +++ b/contrib/perl5/ext/IO/Makefile.PL @@ -0,0 +1,8 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + NAME => 'IO', + MAN3PODS => ' ', # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'lib/IO/Handle.pm', + XS_VERSION => 1.15 +); -- cgit v1.1