]> git.donarmstrong.com Git - perltidy.git/blobdiff - META.yml
fix up debian janitor merge commit to match actual pieces which were comitted
[perltidy.git] / META.yml
index 16e8576888343274c2211260030459deabb62436..e5f6aee459d247dd6f9b6a54c78634fe5a926f2b 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,10 +1,26 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Perl-Tidy
-version:      20070801
-version_from: lib/Perl/Tidy.pm
-installdirs:  site
+---
+abstract: 'indent and reformat perl scripts'
+author:
+  - 'Steve Hancock <perltidy@perltidy.sourceforge.net>'
+build_requires:
+  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'
+name: Perl-Tidy
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+  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'