emacs: tweak more cperl indentation config to match existing style
[gnu-stow.git] / META.json
blob3509018bfafa027a9a73a672a5b07c002e72ba8f
2    "abstract" : "manage farms of symbolic links",
3    "author" : [
4       "unknown"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "Module::Build version 0.4224",
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             "IO::Scalar" : "0",
20             "Test::More" : "0",
21             "Test::Output" : "0"
22          }
23       },
24       "configure" : {
25          "requires" : {
26             "Module::Build" : "0"
27          }
28       },
29       "runtime" : {
30          "requires" : {
31             "Carp" : "0",
32             "IO::File" : "0",
33             "perl" : "5.006"
34          }
35       }
36    },
37    "provides" : {
38       "Stow" : {
39          "file" : "lib/Stow.pm",
40          "version" : "v2.3.2"
41       },
42       "Stow::Util" : {
43          "file" : "lib/Stow/Util.pm",
44          "version" : "v2.3.2"
45       }
46    },
47    "release_status" : "stable",
48    "resources" : {
49       "homepage" : "https://savannah.gnu.org/projects/stow",
50       "license" : [
51          "http://www.gnu.org/licenses/gpl-2.0.html"
52       ],
53       "repository" : {
54          "type" : "git",
55          "url" : "git://git.savannah.gnu.org/stow.git"
56       }
57    },
58    "version" : "v2.3.2",
59    "x_serialization_backend" : "JSON::PP version 4.00"