File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
],
6
6
"dynamic_config" : 0 ,
7
- "generated_by" : " Dist::Zilla version 6.008 , CPAN::Meta::Converter version 2.150010" ,
7
+ "generated_by" : " Dist::Zilla version 6.009 , CPAN::Meta::Converter version 2.150010" ,
8
8
"license" : [
9
9
" perl_5"
10
10
],
38
38
"runtime" : {
39
39
"requires" : {
40
40
"Carp" : " 0" ,
41
+ "Compress::Raw::Zlib" : " 0" ,
41
42
"Encode" : " 2.21" ,
42
43
"Encode::Locale" : " 1" ,
43
44
"Exporter" : " 5.57" ,
62
63
}
63
64
},
64
65
"test" : {
66
+ "recommends" : {
67
+ "CPAN::Meta" : " 2.120900"
68
+ },
65
69
"requires" : {
70
+ "ExtUtils::MakeMaker" : " 0" ,
71
+ "File::Spec" : " 0" ,
66
72
"PerlIO::encoding" : " 0" ,
67
73
"Test::More" : " 0.88" ,
68
74
"Time::Local" : " 0" ,
146
152
" Yuri Karaban <[email protected] >" ,
147
153
148
154
],
149
- "x_serialization_backend" : " Cpanel::JSON::XS version 3.0225 "
155
+ "x_serialization_backend" : " Cpanel::JSON::XS version 3.0233 "
150
156
}
151
157
Original file line number Diff line number Diff line change 1
- # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008 .
1
+ # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009 .
2
2
use strict;
3
3
use warnings;
4
4
@@ -18,6 +18,7 @@ my %WriteMakefileArgs = (
18
18
" NAME" => " HTTP::Message" ,
19
19
" PREREQ_PM" => {
20
20
" Carp" => 0,
21
+ " Compress::Raw::Zlib" => 0,
21
22
" Encode" => " 2.21" ,
22
23
" Encode::Locale" => 1,
23
24
" Exporter" => " 5.57" ,
@@ -40,6 +41,8 @@ my %WriteMakefileArgs = (
40
41
" warnings" => 0
41
42
},
42
43
" TEST_REQUIRES" => {
44
+ " ExtUtils::MakeMaker" => 0,
45
+ " File::Spec" => 0,
43
46
" PerlIO::encoding" => 0,
44
47
" Test::More" => " 0.88" ,
45
48
" Time::Local" => 0,
@@ -54,9 +57,12 @@ my %WriteMakefileArgs = (
54
57
55
58
my %FallbackPrereqs = (
56
59
" Carp" => 0,
60
+ " Compress::Raw::Zlib" => 0,
57
61
" Encode" => " 2.21" ,
58
62
" Encode::Locale" => 1,
59
63
" Exporter" => " 5.57" ,
64
+ " ExtUtils::MakeMaker" => 0,
65
+ " File::Spec" => 0,
60
66
" HTTP::Date" => 6,
61
67
" IO::Compress::Bzip2" => " 2.021" ,
62
68
" IO::Compress::Deflate" => 0,
Original file line number Diff line number Diff line change 1
1
requires " Carp" => " 0" ;
2
+ requires " Compress::Raw::Zlib" => " 0" ;
2
3
requires " Encode" => " 2.21" ;
3
4
requires " Encode::Locale" => " 1" ;
4
5
requires " Exporter" => " 5.57" ;
@@ -22,13 +23,19 @@ requires "strict" => "0";
22
23
requires " warnings" => " 0" ;
23
24
24
25
on ' test' => sub {
26
+ requires " ExtUtils::MakeMaker" => " 0" ;
27
+ requires " File::Spec" => " 0" ;
25
28
requires " PerlIO::encoding" => " 0" ;
26
29
requires " Test::More" => " 0.88" ;
27
30
requires " Time::Local" => " 0" ;
28
31
requires " Try::Tiny" => " 0" ;
29
32
requires " perl" => " 5.008001" ;
30
33
};
31
34
35
+ on ' test' => sub {
36
+ recommends " CPAN::Meta" => " 2.120900" ;
37
+ };
38
+
32
39
on ' configure' => sub {
33
40
requires " ExtUtils::MakeMaker" => " 0" ;
34
41
requires " perl" => " 5.006" ;
You can’t perform that action at this time.
0 commit comments