summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json67
1 files changed, 50 insertions, 17 deletions
diff --git a/META.json b/META.json
index 94b7ffd..e701aec 100644
--- a/META.json
+++ b/META.json
@@ -1,10 +1,10 @@
{
"abstract" : "dispose of variables",
"author" : [
- "Tom Molesworth <cpan@perlsite.co.uk>"
+ "Tom Molesworth <TEAM@cpan.org>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.143240",
+ "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -13,33 +13,49 @@
"version" : 2
},
"name" : "Variable-Disposition",
+ "no_index" : {
+ "directory" : [
+ "eg",
+ "share",
+ "shares",
+ "t",
+ "xt"
+ ]
+ },
"prereqs" : {
- "build" : {
- "requires" : {
- "perl" : "5.010001"
- }
- },
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.48"
+ "ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
- "Test::More" : "0",
+ "Dist::Zilla" : "5",
+ "Dist::Zilla::PluginBundle::Author::TEAM" : "0",
+ "Software::License::Perl_5" : "0",
+ "Test::CPAN::Changes" : "0.19",
+ "Test::CPAN::Meta" : "0",
+ "Test::EOL" : "0",
+ "Test::MinimumVersion" : "0",
+ "Test::Mojibake" : "0",
+ "Test::More" : "0.88",
+ "Test::NoTabs" : "0",
"Test::Pod" : "1.41",
- "Test::Synopsis" : "0",
- "Test::Version" : "1",
- "version" : "0.9901"
+ "Test::Portability::Files" : "0",
+ "Test::Version" : "1"
}
},
"runtime" : {
"requires" : {
- "Future" : "0.30"
+ "Future" : "0.36"
}
},
"test" : {
+ "recommends" : {
+ "CPAN::Meta" : "2.120900"
+ },
"requires" : {
+ "ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
@@ -50,14 +66,31 @@
}
}
},
+ "provides" : {
+ "Variable::Disposition" : {
+ "file" : "lib/Variable/Disposition.pm",
+ "version" : "0.005"
+ }
+ },
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "mailto" : "bug-variable-disposition at rt.cpan.org",
- "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Variable-Disposition"
+ "web" : "https://github.com/team-at-cpan/Variable-Disposition/issues"
},
- "homepage" : "http://search.cpan.org/dist/Variable-Disposition/"
+ "homepage" : "https://github.com/team-at-cpan/Variable-Disposition",
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/team-at-cpan/Variable-Disposition.git",
+ "web" : "https://github.com/team-at-cpan/Variable-Disposition"
+ }
},
- "version" : "0.004"
+ "version" : "0.005",
+ "x_authority" : "cpan:TEAM",
+ "x_contributors" : [
+ "Tom Molesworth <tom@perlsite.co.uk>"
+ ],
+ "x_generated_by_perl" : "v5.38.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}