summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..153cfbb
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,17 @@
+# Note: this file was auto-generated by Module::Build::Compat version 0.4210
+require 5.008;
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+ 'NAME' => 'Future',
+ 'VERSION_FROM' => 'lib/Future.pm',
+ 'PREREQ_PM' => {
+ 'Carp' => '1.25',
+ 'Test::Builder::Module' => 0,
+ 'Time::HiRes' => 0
+ },
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [],
+ 'PL_FILES' => {}
+)
+;