Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 29, 2022
1 parent 175c425 commit 4a5839a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for HTTP-Roles

{{$NEXT}}

0.2.3 2022-05-29T15:44:40+02:00
- Sadly, we cannot create the default mapping for HTTP statuses
at compile time in a **role**, so make it a runtime thing.

0.2.2 2022-05-29T14:20:59+02:00
- Restore separate files for the separate use targets again, as
the single file way appears to have broken some client's test
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -26,5 +26,5 @@
],
"test-depends": [
],
"version": "0.2.2"
"version": "0.2.3"
}
2 changes: 1 addition & 1 deletion lib/HTTP/Response/Role.rakumod
@@ -1,5 +1,5 @@
use HTTP::Status;
BEGIN my %status := HTTP::Status.Map;
my %status := HTTP::Status.Map;

role HTTP::Response::Role {
has Int:D $.status is rw = 200;
Expand Down

0 comments on commit 4a5839a

Please sign in to comment.