summaryrefslogtreecommitdiff
path: root/META.json
blob: f6b7e8e2d35572cf8822b56936c3f8178ff32aa2 (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
{
   "abstract" : "Persistent session data management",
   "author" : [
      "Ron Savage (ron@savage.net.au)"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Data-Session",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "CGI" : "3.63",
            "Class::Load" : "0.19",
            "Config::Tiny" : "2.14",
            "DBD::SQLite" : "1.39",
            "DBI" : "1.627",
            "DBIx::Admin::CreateTable" : "2.07",
            "Data::Dumper" : "2.145",
            "Data::UUID" : "1.218",
            "Digest::MD5" : "2.52",
            "Digest::SHA" : "5.84",
            "Fcntl" : "1.06",
            "File::Basename" : "2.77",
            "File::Path" : "2.07",
            "File::Slurper" : "0.012",
            "File::Spec" : "3.3",
            "File::Temp" : "0.22",
            "FreezeThaw" : "0.5001",
            "Hash::FieldHash" : "0.14",
            "JSON" : "2.59",
            "Safe" : "2.35",
            "Scalar::Util" : "1.27",
            "Storable" : "2.39",
            "Try::Tiny" : "0.12",
            "YAML::Tiny" : "1.51",
            "autovivification" : "0",
            "overload" : "0",
            "parent" : "0",
            "strict" : "0",
            "vars" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "1.001014",
            "Test::Pod" : "1.48"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/ronsavage/Data-Session/issues"
      },
      "license" : [
         "http://opensource.org/licenses/Artistic-2.0"
      ],
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/ronsavage/Data-Session.git",
         "web" : "https://github.com/ronsavage/Data-Session"
      }
   },
   "version" : "1.18",
   "x_serialization_backend" : "JSON::PP version 4.02"
}