Skip to content

Commit f18ace8

Browse files
committed
Qualifies response to avoid errors
Thanks to @jonathanstowe for pointing this out in raku-community-modules/HTTP-UserAgent#218 Closes raku-community-modules#15 (hopefully)
1 parent d9d14e1 commit f18ace8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WWW.pm6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unit module WWW;
22
use JSON::Fast;
33
use HTTP::UserAgent;
4+
use HTTP::Response:auth<github:sergot>;
45

56
sub jget (|c) is export(:DEFAULT, :extras) {
67
CATCH { .fail }; from-json get |c

0 commit comments

Comments
 (0)