this repo has no description
at main 1.2 kB view raw
1{ 2 "abstract" : "Use MongoDB for cache storage", 3 "author" : [ 4 "Nick Mohoric <nick.mohoric@gmail.com>" 5 ], 6 "dynamic_config" : 0, 7 "license" : [ 8 "perl_5" 9 ], 10 "meta-spec" : { 11 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", 12 "version" : "2" 13 }, 14 "name" : "CHI-Driver-MongoDB", 15 "no_index" : { 16 "directory" : [ 17 "lib/CHI/Driver/MongoDB/t", 18 ], 19 }, 20 "prereqs" : { 21 "configure" : { 22 "requires" : { 23 "ExtUtils::MakeMaker" : "6.31" 24 } 25 }, 26 "runtime" : { 27 "requires" : { 28 "CHI" : "0.241", 29 "MongoDB" : "0.42" 30 } 31 }, 32 "test" : { 33 "requires" : { 34 "Test::Class" : 0, 35 "Test::More" : 0 36 } 37 } 38 }, 39 "release_status" : "stable", 40 "resources" : { 41 "bugtracker" : { 42 "mailto" : "bug-chi-driver-mongodb@rt.cpan.org", 43 "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-MongoDB" 44 }, 45 "repository" : { 46 "type" : "git", 47 "url" : "git://github.com/AddingMachine/Chi-Driver-MongoDB.git", 48 "web" : "https://github.com/AddingMachine/Chi-Driver-MongoDB" 49 } 50 }, 51 "version" : "0.01" 52} 53