diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-02-19 20:22:33 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-02-19 20:34:13 +0200 |
commit | 6d37ab4efc1fb099593fb29406193ae79c3be543 (patch) | |
tree | 79b37e8334380b55a0176497c8599833fba07266 /dist/if | |
parent | fd7fc6ae0d8156ffb6a2e069071e6a536f1a2bbb (diff) | |
download | perl-6d37ab4efc1fb099593fb29406193ae79c3be543.tar.gz |
Update META files and MANIFEST for if.pm
Diffstat (limited to 'dist/if')
-rw-r--r-- | dist/if/MANIFEST | 8 | ||||
-rw-r--r-- | dist/if/META.json | 43 | ||||
-rw-r--r-- | dist/if/META.yml | 23 |
3 files changed, 74 insertions, 0 deletions
diff --git a/dist/if/MANIFEST b/dist/if/MANIFEST new file mode 100644 index 0000000000..e2fa5ba37a --- /dev/null +++ b/dist/if/MANIFEST @@ -0,0 +1,8 @@ +Changes +if.pm +LICENSE +Makefile.PL +MANIFEST +META.json Module meta-data (added by MakeMaker) +META.yml Module meta-data (added by MakeMaker) +t/if.t diff --git a/dist/if/META.json b/dist/if/META.json new file mode 100644 index 0000000000..7e9e3ebfad --- /dev/null +++ b/dist/if/META.json @@ -0,0 +1,43 @@ +{ + "abstract" : "C<use> a Perl module if a condition holds", + "author" : [ + "Ilya Zakharevich <ilyaz@cpan.org>" + ], + "dynamic_config" : 0, + "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "if", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "https://rt.perl.org" + }, + "repository" : {} + }, + "version" : "0.0608", + "x_serialization_backend" : "JSON::PP version 2.27400_02" +} diff --git a/dist/if/META.yml b/dist/if/META.yml new file mode 100644 index 0000000000..d85cfc6687 --- /dev/null +++ b/dist/if/META.yml @@ -0,0 +1,23 @@ +--- +abstract: 'C<use> a Perl module if a condition holds' +author: + - 'Ilya Zakharevich <ilyaz@cpan.org>' +build_requires: + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 0 +generated_by: 'ExtUtils::MakeMaker version 7.24, 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: if +no_index: + directory: + - t + - inc +resources: + bugtracker: https://rt.perl.org +version: '0.0608' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' |