From 1425eea04dd872dc6313f5315f317b2de288037c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Mon, 1 Jun 2015 14:15:30 +0000 Subject: IO-Async-0.67 --- Makefile.PL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..8275873 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,23 @@ +# Note: this file was auto-generated by Module::Build::Compat version 0.4210 +require 5.010; +use ExtUtils::MakeMaker; +WriteMakefile +( + 'NAME' => 'IO::Async', + 'VERSION_FROM' => 'lib/IO/Async.pm', + 'PREREQ_PM' => { + 'Exporter' => '5.57', + 'File::stat' => 0, + 'Future' => '0.26', + 'Future::Utils' => '0.18', + 'IO::Poll' => 0, + 'Socket' => '2.007', + 'Storable' => 0, + 'Struct::Dumb' => 0, + 'Time::HiRes' => 0 + }, + 'INSTALLDIRS' => 'site', + 'EXE_FILES' => [], + 'PL_FILES' => {} +) +; -- cgit v1.2.1