Skip to content

Commit

Permalink
Minor meta for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 6, 2022
1 parent aff6916 commit 44fd81c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"perl" : "6.*",
"raku" : "6.*",
"name" : "SOAP::Client",
"version" : "1.0.1",
"author" : "zef:raku-community-modules",
"auth" : "zef:raku-community-modules",
"authors": ["Andrew Egeler", "Raku Community"],
"description" : "Quick and dirty SOAP client",
"depends" : ["XML", "LWP::Simple"],
"provides" : {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ use SOAP;

my $temp = SOAP::Client.new('https://www.w3schools.com/xml/tempconvert.asmx?WSDL');
say $temp.call('CelsiusToFahrenheit', Celsius => 100);
```
```

## Authors

Initially by [`retupmoca`](https://github.com/retupmoca), currently managed by
Initially by [Andrew Egeler `retupmoca`](https://github.com/retupmoca), currently managed by
the Raku community in the Raku modules adoption center

# LICENSE

Licensed under the MIT license.

0 comments on commit 44fd81c

Please sign in to comment.