Skip to content

Commit 1e23afb

Browse files
committed
v6.32
- Use File::Spec for MSWin32 on Content-Disposition filename (GH#157) (tzccinct)
1 parent c6ab6ad commit 1e23afb

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision 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

META.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
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",
@@ -107,7 +108,7 @@
107108
"x_IRC" : "irc://irc.perl.org/#lwp",
108109
"x_MailingList" : "mailto:[email protected]"
109110
},
110-
"version" : "6.31",
111+
"version" : "6.32",
111112
"x_Dist_Zilla" : {
112113
"perl" : {
113114
"version" : "5.030002"
@@ -235,12 +236,12 @@
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",
@@ -614,7 +615,7 @@
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
},
@@ -881,6 +882,7 @@
881882
"Tom Hukins <[email protected]>",
882883
"Tony Finch <[email protected]>",
883884
"Toru Yamaguchi <[email protected]>",
885+
"tzccinct <[email protected]>",
884886
"uid39246 <uid39246>",
885887
"Ville Skytt\u00e4 <[email protected]>",
886888
"V\u00edt Str\u00e1dal <[email protected]>",

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cpanfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requires "Compress::Raw::Zlib" => "0";
66
requires "Encode" => "3.01";
77
requires "Encode::Locale" => "1";
88
requires "Exporter" => "5.57";
9+
requires "File::Spec" => "0";
910
requires "HTTP::Date" => "6";
1011
requires "IO::Compress::Bzip2" => "2.021";
1112
requires "IO::Compress::Deflate" => "0";

0 commit comments

Comments
 (0)