summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..cb38c9a
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,37 @@
+---
+abstract: 'represent an operation awaiting completion'
+author:
+ - 'Paul Evans <leonerd@leonerd.org.uk>'
+build_requires:
+ Test::Fatal: '0'
+ Test::Identity: '0'
+ Test::More: '0.88'
+ Test::Refcount: '0'
+configure_requires:
+ Module::Build: '0.4004'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142690'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Future
+provides:
+ Future:
+ file: lib/Future.pm
+ version: '0.32'
+ Future::Utils:
+ file: lib/Future/Utils.pm
+ version: '0.32'
+ Test::Future:
+ file: lib/Test/Future.pm
+ version: '0.32'
+requires:
+ Carp: '1.25'
+ Test::Builder::Module: '0'
+ Time::HiRes: '0'
+ perl: '5.008'
+resources:
+ IRC: irc://irc.perl.org/#io-async
+ license: http://dev.perl.org/licenses/
+version: '0.32'