summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json36
1 files changed, 22 insertions, 14 deletions
diff --git a/META.json b/META.json
index 0459cbc..13e2a5e 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Aristotle Pagaltzis <pagaltzis@gmx.de>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.143240",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -13,18 +13,19 @@
"version" : 2
},
"name" : "Bencode",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
"prereqs" : {
- "configure" : {
- "requires" : {
- "ExtUtils::MakeMaker" : "0"
- }
- },
+ "build" : {},
+ "configure" : {},
"runtime" : {
"requires" : {
"Exporter::Tidy" : "0",
- "perl" : "5.006",
- "strict" : "0",
- "warnings" : "0"
+ "perl" : "5.006"
}
},
"test" : {
@@ -37,14 +38,21 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://github.com/ap/Bencode/issues"
+ "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Bencode"
},
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ],
"repository" : {
"type" : "git",
- "url" : "git://github.com/ap/Bencode",
- "web" : "http://github.com/ap/Bencode"
+ "url" : "https://github.com/ap/Bencode.git",
+ "web" : "https://github.com/ap/Bencode"
}
},
- "version" : "1.501"
+ "version" : "1.502",
+ "x_copyright" : {
+ "holder" : "Aristotle Pagaltzis",
+ "year" : 2017
+ },
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
-