summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml34
1 files changed, 26 insertions, 8 deletions
diff --git a/META.yml b/META.yml
index 1224895..0a08ddc 100644
--- a/META.yml
+++ b/META.yml
@@ -1,8 +1,9 @@
---
abstract: 'dispose of variables'
author:
- - 'Tom Molesworth <cpan@perlsite.co.uk>'
+ - 'Tom Molesworth <TEAM@cpan.org>'
build_requires:
+ ExtUtils::MakeMaker: '0'
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
@@ -10,19 +11,36 @@ build_requires:
Test::Fatal: '0.010'
Test::More: '0.98'
Test::Refcount: '0'
- perl: '5.010001'
configure_requires:
- ExtUtils::MakeMaker: '6.48'
+ ExtUtils::MakeMaker: '0'
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
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Variable-Disposition
+no_index:
+ directory:
+ - eg
+ - share
+ - shares
+ - t
+ - xt
+provides:
+ Variable::Disposition:
+ file: lib/Variable/Disposition.pm
+ version: '0.005'
requires:
- Future: '0.30'
+ Future: '0.36'
resources:
- bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Variable-Disposition
- homepage: http://search.cpan.org/dist/Variable-Disposition/
-version: '0.004'
+ bugtracker: https://github.com/team-at-cpan/Variable-Disposition/issues
+ homepage: https://github.com/team-at-cpan/Variable-Disposition
+ repository: https://github.com/team-at-cpan/Variable-Disposition.git
+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: 'YAML::Tiny version 1.74'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'