Skip to content

Commit

Permalink
⚰️
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 28, 2022
1 parent 7c9f5df commit afec13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions META6.json
@@ -1,13 +1,13 @@
{
"name": "WWW",
"description": "No-nonsense, simple HTTP/S client with JSON decoder",
"version": "1.005006",
"version": "1.005007",
"perl": "6.*",
"authors": [
"Zoffix Znet",
"Raku community modules maintainers"
],
"auth": "github:raku-community-modules",
"auth": "zef:raku-community-modules",
"depends": [
"HTTP::UserAgent",
"JSON::Fast",
Expand Down
3 changes: 0 additions & 3 deletions t/01-operation-post.t
@@ -1,10 +1,7 @@
#!raku

use lib 'lib';
use Test;
use Test::When <online>;
use WWW;
use URI;

plan 4;

Expand Down

0 comments on commit afec13b

Please sign in to comment.