summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-06-01 14:15:30 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-06-01 14:15:30 +0000
commit1425eea04dd872dc6313f5315f317b2de288037c (patch)
treef81c74f75429e829714029850f89ee4c7f13aa39 /Makefile.PL
downloadIO-Async-tarball-1425eea04dd872dc6313f5315f317b2de288037c.tar.gz
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL23
1 files changed, 23 insertions, 0 deletions
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' => {}
+)
+;