Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ABSTRACT placeholder per an actual abstract #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{$NEXT}}

0.004 2024-12-03 10:30:12+00:00 UTC

- Added timeout to `HTTP::Tiny`

0.003 2024-10-07 10:20:54+00:00 UTC
- Updated `exchange_token` to support caller payload

0.002 2024-10-02 22:21:04+00:00 UTC
- Bug fix in `validate_token` and `validate_id_token` methods.

Expand Down
4 changes: 2 additions & 2 deletions lib/WebService/Hydra.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package WebService::Hydra;
# ABSTRACT: ...
# ABSTRACT: Interact with the Hydra service API

use strict;
use warnings;

our $VERSION = '0.004';
our $VERSION = '0.005';

1;