NEWS: Explain why 2.2.1 was not released
[gnu-stow.git] / META.json
blob5d939755c5555a77ae72cdc1a7fc78e5bbb6a6f0
2    "abstract" : "manage the installation of multiple software packages",
3    "author" : [
4       "unknown"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "Module::Build version 0.4212",
8    "license" : [
9       "gpl_1"
10    ],
11    "meta-spec" : {
12       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13       "version" : "2"
14    },
15    "name" : "Stow",
16    "prereqs" : {
17       "build" : {
18          "requires" : {
19             "Test::More" : "0",
20             "Test::Output" : "0"
21          }
22       },
23       "configure" : {
24          "requires" : {
25             "Module::Build" : "0"
26          }
27       },
28       "runtime" : {
29          "requires" : {
30             "Carp" : "0",
31             "IO::File" : "0",
32             "perl" : "5.006"
33          }
34       }
35    },
36    "provides" : {
37       "Stow" : {
38          "file" : "lib/Stow.pm",
39          "version" : "v2.2.2"
40       },
41       "Stow::Util" : {
42          "file" : "lib/Stow/Util.pm",
43          "version" : "v2.2.2"
44       }
45    },
46    "release_status" : "stable",
47    "resources" : {
48       "homepage" : "https://savannah.gnu.org/projects/stow",
49       "license" : [
50          "http://www.gnu.org/licenses/gpl-2.0.html"
51       ],
52       "repository" : {
53          "type" : "git",
54          "url" : "git://git.savannah.gnu.org/stow.git"
55       }
56    },
57    "version" : "v2.2.2",
58    "x_serialization_backend" : "JSON::PP version 2.27203"