Skip to content

Commit

Permalink
cpan/object_pad_0_45 (#185)
Browse files Browse the repository at this point in the history
* cpan/object_pad_0_45

* Update to latest Object::Pad for some rôle fixes

* dzil build
  • Loading branch information
tom-binary committed Jul 18, 2021
1 parent c3d5757 commit efabc71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.43",
"Object::Pad" => "0.45",
"OpenTracing::Any" => "1.003",
"Pod::Simple::Text" => 0,
"Pod::Usage" => 0,
Expand Down Expand Up @@ -137,7 +137,7 @@ my %FallbackPrereqs = (
"Net::Async::OpenTracing" => "1.000",
"Net::Async::Redis" => "3.013",
"Net::Async::SMTP" => "0.002",
"Object::Pad" => "0.43",
"Object::Pad" => "0.45",
"OpenTracing::Any" => "1.003",
"Pod::Simple::Text" => 0,
"Pod::Usage" => 0,
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires 'Syntax::Keyword::Match', '>= 0.04';
requires 'Future', '>= 0.47';
requires 'Future::Queue';
requires 'Future::AsyncAwait', '>= 0.52';
requires 'Object::Pad', '>= 0.43';
requires 'Object::Pad', '>= 0.45';
requires 'Role::Tiny', '>= 2.002004';
# Streams
requires 'Ryu', '>= 3.002';
Expand Down

0 comments on commit efabc71

Please sign in to comment.