File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11Revision history for HTTP-Message
22
3- {{$NEXT}}
3+ 6.32 2021-05-18 18:54:27Z
44 - Use File::Spec for MSWin32 on Content-Disposition filename (GH#157)
55 (tzccinct)
66
Original file line number Diff line number Diff line change 5252 "Encode" : " 3.01" ,
5353 "Encode::Locale" : " 1" ,
5454 "Exporter" : " 5.57" ,
55+ "File::Spec" : " 0" ,
5556 "HTTP::Date" : " 6" ,
5657 "IO::Compress::Bzip2" : " 2.021" ,
5758 "IO::Compress::Deflate" : " 0" ,
107108 "x_IRC" : " irc://irc.perl.org/#lwp" ,
108109 "x_MailingList" : " mailto:libwww@perl.org"
109110 },
110- "version" : " 6.31 " ,
111+ "version" : " 6.32 " ,
111112 "x_Dist_Zilla" : {
112113 "perl" : {
113114 "version" : " 5.030002"
235236 "class" : " Dist::Zilla::Plugin::InstallGuide" ,
236237 "config" : {
237238 "Dist::Zilla::Role::ModuleMetadata" : {
238- "Module::Metadata" : " 1.000037 " ,
239+ "Module::Metadata" : " 1.000036 " ,
239240 "version" : " 0.006"
240241 }
241242 },
242243 "name" : " @Author::OALDERS/InstallGuide" ,
243- "version" : " 1.200014 "
244+ "version" : " 1.200013 "
244245 },
245246 {
246247 "class" : " Dist::Zilla::Plugin::ExecDir" ,
614615 "branch" : null ,
615616 "changelog" : " Changes" ,
616617 "signed" : 0 ,
617- "tag" : " v6.31 " ,
618+ "tag" : " v6.32 " ,
618619 "tag_format" : " v%V" ,
619620 "tag_message" : " v%V"
620621 },
881882 " Tom Hukins <tom@eborcom.com>" ,
882883 " Tony Finch <dot@dotat.at>" ,
883884 " Toru Yamaguchi <zigorou@cpan.org>" ,
885+ " tzccinct <tzccinct@gmail.com>" ,
884886 " uid39246 <uid39246>" ,
885887 " Ville Skytt\u00e4 <ville.skytta@iki.fi>" ,
886888 " V\u00ed t Str\u00e1 dal <vit.stradal@gooddata.com>" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ my %WriteMakefileArgs = (
2222 " Encode" => " 3.01" ,
2323 " Encode::Locale" => 1,
2424 " Exporter" => " 5.57" ,
25+ " File::Spec" => 0,
2526 " HTTP::Date" => 6,
2627 " IO::Compress::Bzip2" => " 2.021" ,
2728 " IO::Compress::Deflate" => 0,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ HTTP::Message - HTTP style message (base class)
44
55# VERSION
66
7- version 6.31
7+ version 6.32
88
99# SYNOPSIS
1010
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ requires "Compress::Raw::Zlib" => "0";
66requires " Encode" => " 3.01" ;
77requires " Encode::Locale" => " 1" ;
88requires " Exporter" => " 5.57" ;
9+ requires " File::Spec" => " 0" ;
910requires " HTTP::Date" => " 6" ;
1011requires " IO::Compress::Bzip2" => " 2.021" ;
1112requires " IO::Compress::Deflate" => " 0" ;
You can’t perform that action at this time.
0 commit comments