]> git.donarmstrong.com Git - perltidy.git/blob - META.json
fix up debian janitor merge commit to match actual pieces which were comitted
[perltidy.git] / META.json
1 {
2    "abstract" : "indent and reformat perl scripts",
3    "author" : [
4       "Steve Hancock <perltidy@perltidy.sourceforge.net>"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 2.150010",
8    "license" : [
9       "gpl_2"
10    ],
11    "meta-spec" : {
12       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13       "version" : 2
14    },
15    "name" : "Perl-Tidy",
16    "no_index" : {
17       "directory" : [
18          "t",
19          "inc"
20       ]
21    },
22    "prereqs" : {
23       "build" : {
24          "requires" : {
25             "ExtUtils::MakeMaker" : "0"
26          }
27       },
28       "configure" : {
29          "requires" : {
30             "ExtUtils::MakeMaker" : "0"
31          }
32       },
33       "runtime" : {
34          "requires" : {
35             "perl" : "5.008"
36          }
37       }
38    },
39    "release_status" : "stable",
40    "resources" : {
41       "bugtracker" : {
42          "web" : "https://github.com/perltidy/perltidy/issues"
43       },
44       "repository" : {
45          "type" : "git",
46          "url" : "https://github.com/perltidy/perltidy.git",
47          "web" : "https://github.com/perltidy/perltidy"
48       }
49    },
50    "version" : "20230309",
51    "x_serialization_backend" : "JSON::PP version 4.04"
52 }