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 44 " Gisle Aas <gisle@activestate.com>"
55 ],
66 "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" ,
88 "license" : [
99 " perl_5"
1010 ],
3838 "runtime" : {
3939 "requires" : {
4040 "Carp" : " 0" ,
41+ "Compress::Raw::Zlib" : " 0" ,
4142 "Encode" : " 2.21" ,
4243 "Encode::Locale" : " 1" ,
4344 "Exporter" : " 5.57" ,
6263 }
6364 },
6465 "test" : {
66+ "recommends" : {
67+ "CPAN::Meta" : " 2.120900"
68+ },
6569 "requires" : {
70+ "ExtUtils::MakeMaker" : " 0" ,
71+ "File::Spec" : " 0" ,
6672 "PerlIO::encoding" : " 0" ,
6773 "Test::More" : " 0.88" ,
6874 "Time::Local" : " 0" ,
146152 " Yuri Karaban <tech@askold.net>" ,
147153 " Zefram <zefram@fysh.org>"
148154 ],
149- "x_serialization_backend" : " Cpanel::JSON::XS version 3.0225 "
155+ "x_serialization_backend" : " Cpanel::JSON::XS version 3.0233 "
150156}
151157
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 .
22use strict;
33use warnings;
44
@@ -18,6 +18,7 @@ my %WriteMakefileArgs = (
1818 " NAME" => " HTTP::Message" ,
1919 " PREREQ_PM" => {
2020 " Carp" => 0,
21+ " Compress::Raw::Zlib" => 0,
2122 " Encode" => " 2.21" ,
2223 " Encode::Locale" => 1,
2324 " Exporter" => " 5.57" ,
@@ -40,6 +41,8 @@ my %WriteMakefileArgs = (
4041 " warnings" => 0
4142 },
4243 " TEST_REQUIRES" => {
44+ " ExtUtils::MakeMaker" => 0,
45+ " File::Spec" => 0,
4346 " PerlIO::encoding" => 0,
4447 " Test::More" => " 0.88" ,
4548 " Time::Local" => 0,
@@ -54,9 +57,12 @@ my %WriteMakefileArgs = (
5457
5558my %FallbackPrereqs = (
5659 " Carp" => 0,
60+ " Compress::Raw::Zlib" => 0,
5761 " Encode" => " 2.21" ,
5862 " Encode::Locale" => 1,
5963 " Exporter" => " 5.57" ,
64+ " ExtUtils::MakeMaker" => 0,
65+ " File::Spec" => 0,
6066 " HTTP::Date" => 6,
6167 " IO::Compress::Bzip2" => " 2.021" ,
6268 " IO::Compress::Deflate" => 0,
Original file line number Diff line number Diff line change 11requires " Carp" => " 0" ;
2+ requires " Compress::Raw::Zlib" => " 0" ;
23requires " Encode" => " 2.21" ;
34requires " Encode::Locale" => " 1" ;
45requires " Exporter" => " 5.57" ;
@@ -22,13 +23,19 @@ requires "strict" => "0";
2223requires " warnings" => " 0" ;
2324
2425on ' test' => sub {
26+ requires " ExtUtils::MakeMaker" => " 0" ;
27+ requires " File::Spec" => " 0" ;
2528 requires " PerlIO::encoding" => " 0" ;
2629 requires " Test::More" => " 0.88" ;
2730 requires " Time::Local" => " 0" ;
2831 requires " Try::Tiny" => " 0" ;
2932 requires " perl" => " 5.008001" ;
3033};
3134
35+ on ' test' => sub {
36+ recommends " CPAN::Meta" => " 2.120900" ;
37+ };
38+
3239on ' configure' => sub {
3340 requires " ExtUtils::MakeMaker" => " 0" ;
3441 requires " perl" => " 5.006" ;
You can’t perform that action at this time.
0 commit comments