From 8add82fcce53822c8119c2a311f526a412bbc9c7 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Sat, 27 Jul 1996 01:17:48 +0000 Subject: Add IO extension --- ext/IO/Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ext/IO/Makefile.PL (limited to 'ext/IO/Makefile.PL') 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', +); -- cgit v1.2.1