summaryrefslogtreecommitdiff
path: root/META.json
blob: f3f49d6cbed51430fac1f017aaad2d42392b8938 (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
{
   "abstract" : "Perl bindings for OpenSSL and LibreSSL",
   "author" : [
      "Sampo Kellomaki <sampo@iki.fi>",
      "Florian Ragwitz <rafl@debian.org>",
      "Mike McCauley <mikem@airspayce.com>",
      "Tuure Vartiainen <vartiait@radiatorsoftware.com>",
      "Chris Novakovic <chris@chrisn.me.uk>",
      "Heikki Vatiainen <hvn@radiatorsoftware.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Net-SSLeay",
   "no_index" : {
      "directory" : [
         "t",
         "inc",
         "helper_script",
         "examples"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "English" : "0",
            "ExtUtils::MakeMaker" : "0",
            "File::Spec::Functions" : "0",
            "Text::Wrap" : "0",
            "constant" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Kwalitee" : "1.00",
            "Test::Pod::Coverage" : "1.00"
         }
      },
      "runtime" : {
         "requires" : {
            "MIME::Base64" : "0",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Carp" : "0",
            "Config" : "0",
            "Cwd" : "0",
            "English" : "0",
            "File::Basename" : "0",
            "File::Spec::Functions" : "0",
            "Scalar::Util" : "0",
            "SelectSaver" : "0",
            "Socket" : "0",
            "Storable" : "0",
            "Test::Builder" : "0",
            "Test::More" : "0.60_01",
            "base" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/radiator-software/p5-net-ssleay/issues"
      },
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/radiator-software/p5-net-ssleay.git",
         "web" : "https://github.com/radiator-software/p5-net-ssleay"
      }
   },
   "version" : "1.94",
   "x_serialization_backend" : "JSON::PP version 4.06"
}