Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 27, 2024
1 parent a557896 commit 7b67088
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Revision history for WWW::DuckDuckGo

{{$NEXT}}

0.1.1 2024-12-27T15:42:57+01:00
- Initial version as a Raku Community module
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"auth": "zef:raku-communiy-modules",
"auth": "zef:raku-community-modules",
"author": "Alexander Kiryuhin",
"build-depends": [
],
Expand Down Expand Up @@ -29,5 +29,5 @@
],
"test-depends": [
],
"version": "0.1.0"
"version": "0.1.1"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Actions Status](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions) [![Actions Status](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions) [![Actions Status](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions)
[![Actions Status](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions) [![Actions Status](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/WWW-DuckDuckGo/actions)

NAME
====
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ filename = lib/WWW/DuckDuckGo.rakumod
[Badges]
provider = github-actions/linux.yml
provider = github-actions/macos.yml
provider = github-actions/windows.yml
#provider = github-actions/windows.yml
2 changes: 2 additions & 0 deletions t/01-base.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use WWW::DuckDuckGo::ZeroClickInfo;
use WWW::DuckDuckGo::Link;
use WWW::DuckDuckGo::Icon;

plan 34;

my $icon = WWW::DuckDuckGo::Icon.new('URL' => 'http://i.duck.co/i/4bd98dc2.jpg');

isa-ok($icon, 'WWW::DuckDuckGo::Icon');
Expand Down

0 comments on commit 7b67088

Please sign in to comment.