summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-01 05:32:40 +0200
committerDylan William Hardison <dylan@hardison.net>2016-09-13 15:27:19 +0200
commit5f310e5b9e7afbd5badb17178349fefaaabfacce (patch)
tree24a4973f71f38e0cd7788a25817142ab6c05ed3e /META.json
parent14bcdce1dc6029c3676c3640d8148c83c14692e5 (diff)
downloadbugzilla-5f310e5b9e7afbd5badb17178349fefaaabfacce.tar.gz
bugzilla-5f310e5b9e7afbd5badb17178349fefaaabfacce.tar.xz
Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory
Diffstat (limited to 'META.json')
-rw-r--r--META.json430
1 files changed, 430 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 000000000..78acba744
--- /dev/null
+++ b/META.json
@@ -0,0 +1,430 @@
+{
+ "abstract" : "Bugzilla Bug Tracking System",
+ "author" : [
+ "Bugzilla Developers <developers@bugzilla.org>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter version 2.143240",
+ "license" : [
+ "unknown"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Bugzilla",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "optional_features" : {
+ "auth_delegation" : {
+ "description" : "Auth Delegation",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "LWP::UserAgent" : "0"
+ }
+ }
+ }
+ },
+ "auth_ldap" : {
+ "description" : "LDAP Authentication",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Net::LDAP" : "0"
+ }
+ }
+ }
+ },
+ "auth_radius" : {
+ "description" : "RADIUS Authentication",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Authen::Radius" : "0"
+ }
+ }
+ }
+ },
+ "bmo" : {
+ "description" : "features that bmo needs",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Auth::GoogleAuth" : "1.01",
+ "Cache::Memcached" : "0.17",
+ "Chart::Lines" : "v2.4.10",
+ "DBD::mysql" : "4.001",
+ "Daemon::Generic" : "0",
+ "Email::MIME::Attachment::Stripper" : "0",
+ "Email::Reply" : "0",
+ "Encode" : "2.21",
+ "Encode::Detect" : "0",
+ "File::Copy::Recursive" : "0",
+ "File::MimeInfo::Magic" : "0",
+ "File::Which" : "0",
+ "GD" : "1.20",
+ "GD::Barcode::QRcode" : "0",
+ "GD::Graph" : "0",
+ "GD::Text" : "0",
+ "HTML::Parser" : "3.67",
+ "HTML::Scrubber" : "0",
+ "IO::Scalar" : "0",
+ "JSON::RPC" : "0",
+ "LWP::UserAgent" : "0",
+ "MIME::Parser" : "5.406",
+ "Mozilla::CA" : "0",
+ "Net::SFTP" : "0",
+ "PatchReader" : "v0.9.6",
+ "SOAP::Lite" : "0.712",
+ "Template::Plugin::GD::Image" : "0",
+ "Test::Taint" : "1.06",
+ "TheSchwartz" : "1.10",
+ "XML::Simple" : "0",
+ "XML::Twig" : "0",
+ "XMLRPC::Lite" : "0.712"
+ }
+ }
+ }
+ },
+ "detect_charset" : {
+ "description" : "Automatic charset detection for text attachments",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Encode" : "2.21",
+ "Encode::Detect" : "0"
+ }
+ }
+ }
+ },
+ "documentation" : {
+ "description" : "Documentation",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "File::Copy::Recursive" : "0",
+ "File::Which" : "0"
+ }
+ }
+ }
+ },
+ "extension_bitly_optional" : {
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Mozilla::CA" : "0"
+ }
+ }
+ }
+ },
+ "extension_push_optional" : {
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Net::SFTP" : "0",
+ "XML::Simple" : "0"
+ }
+ }
+ }
+ },
+ "graphical_reports" : {
+ "description" : "Graphical Reports",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "GD" : "1.20",
+ "GD::Graph" : "0",
+ "GD::Text" : "0",
+ "Template::Plugin::GD::Image" : "0"
+ }
+ }
+ }
+ },
+ "html_desc" : {
+ "description" : "More HTML in Product/Group Descriptions",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "HTML::Parser" : "3.67",
+ "HTML::Scrubber" : "0"
+ }
+ }
+ }
+ },
+ "inbound_email" : {
+ "description" : "Inbound Email",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Email::MIME::Attachment::Stripper" : "0",
+ "Email::Reply" : "0"
+ }
+ }
+ }
+ },
+ "jobqueue" : {
+ "description" : "Mail Queueing",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Daemon::Generic" : "0",
+ "TheSchwartz" : "1.10"
+ }
+ }
+ }
+ },
+ "jsonrpc" : {
+ "description" : "JSON-RPC Interface",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "JSON::RPC" : "0",
+ "Test::Taint" : "1.06"
+ }
+ }
+ }
+ },
+ "memcached" : {
+ "description" : "Memcached Support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Cache::Memcached" : "0.17"
+ }
+ }
+ }
+ },
+ "mfa" : {
+ "description" : "Multi-Factor Authentication",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Auth::GoogleAuth" : "1.01",
+ "GD::Barcode::QRcode" : "0"
+ }
+ }
+ }
+ },
+ "mod_perl" : {
+ "description" : "mod_perl support under Apache",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Apache2::SizeLimit" : "0.96",
+ "mod_perl2" : "1.999022"
+ }
+ }
+ }
+ },
+ "moving" : {
+ "description" : "Move Bugs Between Installations",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "MIME::Parser" : "5.406",
+ "XML::Twig" : "0"
+ }
+ }
+ }
+ },
+ "mysql" : {
+ "description" : "MySQL database support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "DBD::mysql" : "4.001"
+ }
+ }
+ }
+ },
+ "new_charts" : {
+ "description" : "New Charts",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Chart::Lines" : "v2.4.10",
+ "GD" : "1.20"
+ }
+ }
+ }
+ },
+ "old_charts" : {
+ "description" : "Old Charts",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Chart::Lines" : "v2.4.10",
+ "GD" : "1.20"
+ }
+ }
+ }
+ },
+ "oracle" : {
+ "description" : "Oracle database support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "DBD::Oracle" : "1.19"
+ }
+ }
+ }
+ },
+ "patch_viewer" : {
+ "description" : "Patch Viewer",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "PatchReader" : "v0.9.6"
+ }
+ }
+ }
+ },
+ "pg" : {
+ "description" : "Postgres database support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "DBD::Pg" : "v2.19.3"
+ }
+ }
+ }
+ },
+ "rest" : {
+ "description" : "REST Interface",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "JSON::RPC" : "0",
+ "Test::Taint" : "1.06"
+ }
+ }
+ }
+ },
+ "smtp_auth" : {
+ "description" : "SMTP Authentication",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "Authen::SASL" : "0"
+ }
+ }
+ }
+ },
+ "sqlite" : {
+ "description" : "SQLite database support",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "DBD::SQLite" : "1.29"
+ }
+ }
+ }
+ },
+ "typesniffer" : {
+ "description" : "Sniff MIME type of attachments",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "File::MimeInfo::Magic" : "0",
+ "IO::Scalar" : "0"
+ }
+ }
+ }
+ },
+ "updates" : {
+ "description" : "Automatic Update Notifications",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "LWP::UserAgent" : "0",
+ "XML::Twig" : "0"
+ }
+ }
+ }
+ },
+ "xmlrpc" : {
+ "description" : "XML-RPC Interface",
+ "prereqs" : {
+ "runtime" : {
+ "requires" : {
+ "SOAP::Lite" : "0.712",
+ "Test::Taint" : "1.06",
+ "XMLRPC::Lite" : "0.712"
+ }
+ }
+ }
+ }
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "6.57_07"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "6.57_07"
+ }
+ },
+ "runtime" : {
+ "recommends" : {
+ "Safe" : "2.30"
+ },
+ "requires" : {
+ "CGI" : "3.51",
+ "CPAN::Meta::Prereqs" : "2.132830",
+ "CPAN::Meta::Requirements" : "2.121",
+ "Crypt::CBC" : "0",
+ "Crypt::DES" : "0",
+ "Crypt::DES_EDE3" : "0",
+ "Crypt::OpenPGP" : "1.02",
+ "Crypt::SMIME" : "0",
+ "DBI" : "1.614",
+ "Daemon::Generic" : "0",
+ "Date::Format" : "2.23",
+ "DateTime" : "0.75",
+ "DateTime::TimeZone" : "1.64",
+ "Digest::SHA" : "0",
+ "Email::Address" : "0",
+ "Email::MIME" : "1.904",
+ "Email::Send" : "1.911",
+ "File::MimeInfo::Magic" : "0",
+ "File::Slurp" : "9999.13",
+ "HTML::Tree" : "0",
+ "IO::Compress::Gzip" : "0",
+ "IO::Scalar" : "0",
+ "JSON" : "0",
+ "JSON::XS" : "2.0",
+ "LWP" : "5.835",
+ "LWP::UserAgent" : "0",
+ "List::MoreUtils" : "0.22",
+ "Math::Random::ISAAC" : "v1.0.1",
+ "Module::Metadata" : "1.000033",
+ "Module::Runtime" : "0",
+ "Parse::CPAN::Meta" : "1.44",
+ "Regexp::Common" : "0",
+ "Sys::Syslog" : "0",
+ "Template" : "2.24",
+ "Text::Diff" : "0",
+ "Tie::IxHash" : "0",
+ "URI" : "1.55",
+ "perl" : "5.010001",
+ "version" : "0.87"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Pod::Coverage" : "0",
+ "Test::More" : "0",
+ "Test::WWW::Selenium" : "0"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "version" : "42"
+}