summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..b5cc777
--- /dev/null
+++ b/META.json
@@ -0,0 +1,55 @@
+{
+ "abstract" : "Error/exception handling in an OO-ish way",
+ "author" : [
+ "Shlomi Fish <shlomif@iglu.org.il>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120630",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Error",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "Module::Build" : "0.38"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Scalar::Util" : "0",
+ "perl" : "v5.6.0",
+ "warnings" : "0"
+ }
+ }
+ },
+ "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
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "version" : "0.17018"
+}