Skip to content

Commit 13a7c9f

Browse files
authored
Allow newer versions of HTTP::HPACK (#202)
Recent patches to the community maintained HTTP::HPACK module fix issues preventing the installation of the module on windows. This change allows Cro::HTTP to use the current version of the dependancy, making the installation of Cro on windows a little easier.
1 parent 8f8fd41 commit 13a7c9f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Cro::HTTP
22

3+
{{$NEXT}}
4+
- Permit use of updated HTTP::Pack module, Samuel Gillespie++
5+
36
0.8.10
47
- Add two `Response` convenience methods: `not-supported` (500) and
58
`server-error` (505).

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"OO::Monitors",
1414
"IO::Path::ChildSecure",
1515
"Base64",
16-
"HTTP::HPACK:ver<1.0.1>",
16+
"HTTP::HPACK:ver<1.0.1+>",
1717
"Cro::Core:ver<0.8.10+>:api<0>:auth<zef:cro>",
1818
"Cro::TLS:ver<0.8.10+>:api<0>:auth<zef:cro>",
1919
"JSON::Fast",

0 commit comments

Comments
 (0)