X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=META.yml;h=e5f6aee459d247dd6f9b6a54c78634fe5a926f2b;hb=850300db4c86a42253816c8b85d2d2937388afde;hp=f67adda95e03440dc0c1fc2bb9efc55c34d84904;hpb=736e5d55044509ce0deaaf0e7299a98f4d4b8d15;p=perltidy.git diff --git a/META.yml b/META.yml index f67adda..e5f6aee 100644 --- a/META.yml +++ b/META.yml @@ -1,21 +1,26 @@ ---- #YAML:1.0 -name: Perl-Tidy -version: 20120701 -abstract: indent and reformat perl scripts +--- +abstract: 'indent and reformat perl scripts' author: - - Steve Hancock -license: unknown -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.55_02 + 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: + bugtracker: https://github.com/perltidy/perltidy/issues + repository: https://github.com/perltidy/perltidy.git +version: '20230309' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012'