summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..b5897d3
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,34 @@
+---
+abstract: 'Error/exception handling in an OO-ish way'
+author:
+ - 'Shlomi Fish <shlomif@iglu.org.il>'
+build_requires: {}
+configure_requires:
+ Module::Build: 0.38
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.120630'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Error
+provides:
+ Error:
+ file: lib/Error.pm
+ version: 0.17018
+ Error::Simple:
+ file: lib/Error.pm
+ version: 0.17018
+ Error::WarnDie:
+ file: lib/Error.pm
+ version: 0
+ Error::subs:
+ file: lib/Error.pm
+ version: 0
+requires:
+ Scalar::Util: 0
+ perl: v5.6.0
+ warnings: 0
+resources:
+ license: http://dev.perl.org/licenses/
+version: 0.17018