summaryrefslogtreecommitdiffstats
path: root/META.json
blob: 323c506b5a1ce45db3147a6d0646d0a9fc214a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
   "abstract" : "Restore paths from borg backups",
   "author" : [
      "-2018  Florian Pritz <bluewind@xinu.at>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.1.10, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "App-BorgRestore",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Devel::CheckBin" : "0",
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion::Fast" : "0.04",
            "Test::PAUSE::Permissions" : "0.07",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "DBD::SQLite" : "0",
            "DBI" : "0",
            "Date::Parse" : "0",
            "File::pushd" : "0",
            "Function::Parameters" : "0",
            "Getopt::Long" : "0",
            "IPC::Run" : "0",
            "JSON" : "0",
            "List::Util" : "1.33",
            "Log::Any" : "0",
            "Log::Any::Adapter::Log4perl" : "0",
            "Log::Log4perl" : "0",
            "Log::Log4perl::Appender::Screen" : "0",
            "Log::Log4perl::Appender::ScreenColoredLevels" : "0",
            "Log::Log4perl::Layout::PatternLayout" : "0",
            "Log::Log4perl::Level" : "0",
            "Number::Bytes::Human" : "0",
            "Path::Tiny" : "0",
            "Pod::Usage" : "0",
            "Version::Compare" : "0",
            "autodie" : "0",
            "perl" : "v5.14.0",
            "strictures" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Log::Any::Adapter::TAP" : "0",
            "Software::License::GPL_3" : "0",
            "Test::Differences" : "0",
            "Test::Exception" : "0",
            "Test::MockObject" : "0",
            "Test::More" : "0.98",
            "Test::Pod" : "0",
            "Test::Pod::Coverage" : "0"
         }
      }
   },
   "release_status" : "unstable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/Bluewind/App-BorgRestore/issues"
      },
      "homepage" : "https://github.com/Bluewind/App-BorgRestore",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/Bluewind/App-BorgRestore.git",
         "web" : "https://github.com/Bluewind/App-BorgRestore"
      }
   },
   "version" : "3.4.3",
   "x_serialization_backend" : "JSON::PP version 4.04",
   "x_static_install" : 0
}