]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/blob - META.json
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Thread-Cleanup.git] / META.json
1 {
2    "abstract" : "Hook thread destruction.",
3    "author" : [
4       "Vincent Pit <perl@profvince.com>"
5    ],
6    "dynamic_config" : 1,
7    "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
8    "license" : [
9       "perl_5"
10    ],
11    "meta-spec" : {
12       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13       "version" : "2"
14    },
15    "name" : "Thread-Cleanup",
16    "no_index" : {
17       "directory" : [
18          "t",
19          "inc"
20       ]
21    },
22    "prereqs" : {
23       "build" : {
24          "requires" : {
25             "ExtUtils::MakeMaker" : "0",
26             "Test::More" : "0",
27             "XSLoader" : "0",
28             "threads" : "1.07",
29             "threads::shared" : "0.91"
30          }
31       },
32       "configure" : {
33          "requires" : {
34             "ExtUtils::MakeMaker" : "0"
35          }
36       },
37       "runtime" : {
38          "requires" : {
39             "XSLoader" : "0",
40             "perl" : "5.008",
41             "threads" : "1.07"
42          }
43       }
44    },
45    "release_status" : "stable",
46    "resources" : {
47       "bugtracker" : {
48          "web" : "http://rt.cpan.org/Dist/Display.html?Name=Thread-Cleanup"
49       },
50       "homepage" : "http://search.cpan.org/dist/Thread-Cleanup/",
51       "license" : [
52          "http://dev.perl.org/licenses/"
53       ],
54       "repository" : {
55          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FThread-Cleanup.git"
56       }
57    },
58    "version" : "0.07"
59 }