1{
2   "abstract" : "A persistence framework for session data",
3   "author" : [
4      "Casey West <casey[at]geeknest.com>"
5   ],
6   "dynamic_config" : 1,
7   "generated_by" : "Module::Build version 0.4211",
8   "keywords" : [
9      "CGI",
10      "session",
11      "web"
12   ],
13   "license" : [
14      "perl_5"
15   ],
16   "meta-spec" : {
17      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
18      "version" : "2"
19   },
20   "name" : "Apache-Session",
21   "prereqs" : {
22      "build" : {
23         "requires" : {
24            "Test::Deep" : "0.082",
25            "Test::Exception" : "0.15",
26            "Test::More" : "0.47"
27         }
28      },
29      "runtime" : {
30         "requires" : {
31            "Digest::MD5" : "0",
32            "File::Temp" : "0",
33            "IO::File" : "0",
34            "Storable" : "0.6",
35            "constant" : "0",
36            "perl" : "5.005"
37         }
38      }
39   },
40   "provides" : {
41      "Apache::Session" : {
42         "file" : "lib/Apache/Session.pm",
43         "version" : "1.94"
44      },
45      "Apache::Session::DB_File" : {
46         "file" : "lib/Apache/Session/DB_File.pm",
47         "version" : "1.01"
48      },
49      "Apache::Session::File" : {
50         "file" : "lib/Apache/Session/File.pm",
51         "version" : "1.54"
52      },
53      "Apache::Session::Flex" : {
54         "file" : "lib/Apache/Session/Flex.pm",
55         "version" : "1.01"
56      },
57      "Apache::Session::Generate::MD5" : {
58         "file" : "lib/Apache/Session/Generate/MD5.pm",
59         "version" : "2.12"
60      },
61      "Apache::Session::Generate::ModUniqueId" : {
62         "file" : "lib/Apache/Session/Generate/ModUniqueId.pm",
63         "version" : "0.02"
64      },
65      "Apache::Session::Generate::ModUsertrack" : {
66         "file" : "lib/Apache/Session/Generate/ModUsertrack.pm",
67         "version" : "0.02"
68      },
69      "Apache::Session::Informix" : {
70         "file" : "lib/Apache/Session/Informix.pm",
71         "version" : "1.01"
72      },
73      "Apache::Session::Lock::File" : {
74         "file" : "lib/Apache/Session/Lock/File.pm",
75         "version" : "1.04"
76      },
77      "Apache::Session::Lock::MySQL" : {
78         "file" : "lib/Apache/Session/Lock/MySQL.pm",
79         "version" : "1.01"
80      },
81      "Apache::Session::Lock::Null" : {
82         "file" : "lib/Apache/Session/Lock/Null.pm",
83         "version" : "1.01"
84      },
85      "Apache::Session::Lock::Semaphore" : {
86         "file" : "lib/Apache/Session/Lock/Semaphore.pm",
87         "version" : "1.04"
88      },
89      "Apache::Session::Lock::Sybase" : {
90         "file" : "lib/Apache/Session/Lock/Sybase.pm",
91         "version" : "1.00"
92      },
93      "Apache::Session::MySQL" : {
94         "file" : "lib/Apache/Session/MySQL.pm",
95         "version" : "1.01"
96      },
97      "Apache::Session::MySQL::NoLock" : {
98         "file" : "lib/Apache/Session/MySQL/NoLock.pm",
99         "version" : "0.01"
100      },
101      "Apache::Session::Oracle" : {
102         "file" : "lib/Apache/Session/Oracle.pm",
103         "version" : "1.01"
104      },
105      "Apache::Session::Postgres" : {
106         "file" : "lib/Apache/Session/Postgres.pm",
107         "version" : "1.01"
108      },
109      "Apache::Session::Serialize::Base64" : {
110         "file" : "lib/Apache/Session/Serialize/Base64.pm",
111         "version" : "1.01"
112      },
113      "Apache::Session::Serialize::Storable" : {
114         "file" : "lib/Apache/Session/Serialize/Storable.pm",
115         "version" : "1.01"
116      },
117      "Apache::Session::Serialize::Sybase" : {
118         "file" : "lib/Apache/Session/Serialize/Sybase.pm",
119         "version" : "1.00"
120      },
121      "Apache::Session::Serialize::UUEncode" : {
122         "file" : "lib/Apache/Session/Serialize/UUEncode.pm",
123         "version" : "1.01"
124      },
125      "Apache::Session::Store::DBI" : {
126         "file" : "lib/Apache/Session/Store/DBI.pm",
127         "version" : "1.02"
128      },
129      "Apache::Session::Store::DB_File" : {
130         "file" : "lib/Apache/Session/Store/DB_File.pm",
131         "version" : "1.01"
132      },
133      "Apache::Session::Store::File" : {
134         "file" : "lib/Apache/Session/Store/File.pm",
135         "version" : "1.04"
136      },
137      "Apache::Session::Store::Informix" : {
138         "file" : "lib/Apache/Session/Store/Informix.pm",
139         "version" : "1.02"
140      },
141      "Apache::Session::Store::MySQL" : {
142         "file" : "lib/Apache/Session/Store/MySQL.pm",
143         "version" : "1.04"
144      },
145      "Apache::Session::Store::Oracle" : {
146         "file" : "lib/Apache/Session/Store/Oracle.pm",
147         "version" : "1.10"
148      },
149      "Apache::Session::Store::Postgres" : {
150         "file" : "lib/Apache/Session/Store/Postgres.pm",
151         "version" : "1.03"
152      },
153      "Apache::Session::Store::Sybase" : {
154         "file" : "lib/Apache/Session/Store/Sybase.pm",
155         "version" : "1.01"
156      },
157      "Apache::Session::Sybase" : {
158         "file" : "lib/Apache/Session/Sybase.pm",
159         "version" : "1.00"
160      }
161   },
162   "release_status" : "stable",
163   "resources" : {
164      "license" : [
165         "http://dev.perl.org/licenses/"
166      ],
167      "repository" : {
168         "url" : "http://github.com/chorny/Apache-Session"
169      }
170   },
171   "version" : "1.94",
172   "x_serialization_backend" : "JSON version 2.90"
173}
174