X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=META.yml;h=b5d8015797d80e2325d86d049b30d06d8d3bd617;hb=d5b3d2d2903d31253ddcda6ada2c356c714258a0;hp=c1d906ce8b1304d32c361af082e1ed8da856005d;hpb=f22fb0c84bd68566def34010011d61a39724e137;p=perltidy.git diff --git a/META.yml b/META.yml index c1d906c..b5d8015 100644 --- a/META.yml +++ b/META.yml @@ -1,21 +1,25 @@ ---- #YAML:1.0 -name: Perl-Tidy -version: 20170521 -abstract: indent and reformat perl scripts +--- +abstract: 'indent and reformat perl scripts' author: - - Steve Hancock -license: GPL-2.0+ -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Steve Hancock ' build_requires: - ExtUtils::MakeMaker: 0 -requires: {} -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010' +license: gpl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Perl-Tidy +no_index: + directory: + - t + - inc +requires: + perl: '5.008' +resources: + repository: https://github.com/perltidy/perltidy.git +version: '20220613' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012'