File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Revision history for HTTP-Message
55 provide a fallback function for HTTP::Headers::clone().
66 We require at least Clone 0.46, as that release now supports
77 Perl back to 5.8.1, just like us. (GH#64) (Neil Bowers)
8+ - Made the Compress::Raw::Zlib 2.062 module minimal required
9+ version. (GH#190) (Jakub 'q84fh' Skory)
810
9116.43 2022-10-22 14:50:35Z
1012 - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ x_IRC = irc://irc.perl.org/#lwp
1010x_MailingList = mailto:libwww@perl.org
1111
1212[Prereqs]
13- Compress::Raw::Zlib = 0
13+ Compress::Raw::Zlib = 2.062
1414Encode = 3.01
1515Encode::Locale = 1
1616Exporter = 5.57
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Test::More;
88use HTTP::Headers qw( ) ;
99use HTTP::Response qw( ) ;
1010
11- use Test::Needs { ' Compress::Raw::Zlib' => ' 2.061 ' };
11+ use Test::Needs { ' Compress::Raw::Zlib' => ' 2.062 ' };
1212plan tests => 9;
1313
1414# Create a nasty gzip stream:
You can’t perform that action at this time.
0 commit comments