summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/META.json b/META.json
index 38b149236..a853c4a2c 100644
--- a/META.json
+++ b/META.json
@@ -77,6 +77,7 @@
"JSON::RPC" : "0",
"LWP::UserAgent" : "0",
"MIME::Parser" : "5.406",
+ "MooX::StrictConstructor" : "0.008",
"Mozilla::CA" : "0",
"Net::SFTP" : "0",
"PatchReader" : "v0.9.6",
@@ -84,6 +85,7 @@
"Template::Plugin::GD::Image" : "0",
"Test::Taint" : "1.06",
"TheSchwartz" : "1.10",
+ "Type::Tiny" : "1",
"XML::Simple" : "0",
"XML::Twig" : "0",
"XMLRPC::Lite" : "0.712"
@@ -91,6 +93,17 @@
}
}
},
+ "csp" : {
+ "description" : "Content-Security-Policy support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "MooX::StrictConstructor" : "0.008",
+ "Type::Tiny" : "1"
+ }
+ }
+ }
+ },
"detect_charset" : {
"description" : "Automatic charset detection for text attachments",
"prereqs" : {