Skip to content

Commit

Permalink
Release Myriad 0.007
Browse files Browse the repository at this point in the history
    [Bugs fixed]
    - RPC reading multiple items from stream but processing only one.

    [Dependencies]
    - Object::Pad - Use officially documented way to obtain metaclasses.
  • Loading branch information
eyadof committed May 21, 2021
1 parent dbab819 commit f5f2444
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.007 2021-05-21 14:22:03+00:00 UTC
[Bugs fixed]
- RPC reading multiple items from stream but processing only one.

Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
"Net::Async::OpenTracing" => "1.000",
"Net::Async::Redis" => "3.013",
"Net::Async::SMTP" => "0.002",
"Object::Pad" => "0.37",
"Object::Pad" => "0.38",
"OpenTracing::Any" => "1.003",
"Pod::Simple::Text" => 0,
"Pod::Usage" => 0,
Expand Down Expand Up @@ -90,7 +90,7 @@ my %WriteMakefileArgs = (
"Test::More" => "0.98",
"Test::NoTabs" => 0
},
"VERSION" => "0.006",
"VERSION" => "0.007",
"test" => {
"TESTS" => "t/*.t t/RPC/*.t t/transport/*.t t/util/*.t"
}
Expand Down Expand Up @@ -135,7 +135,7 @@ my %FallbackPrereqs = (
"Net::Async::OpenTracing" => "1.000",
"Net::Async::Redis" => "3.013",
"Net::Async::SMTP" => "0.002",
"Object::Pad" => "0.37",
"Object::Pad" => "0.38",
"OpenTracing::Any" => "1.003",
"Pod::Simple::Text" => 0,
"Pod::Usage" => 0,
Expand Down

0 comments on commit f5f2444

Please sign in to comment.