Skip to content

Commit

Permalink
Bump Object::Pad dependency to 0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 23, 2023
1 parent 8149423 commit 170809b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for OpenTelemetry-Exporter-OTLP

{{$NEXT}}

* Bump Object::Pad dependency to 0.74 to ensure
support for field initialisers

0.013 2023-11-21 23:19:28+00:00 Europe/London

* Bump OpenTelemetry dependency to 0.010, for
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"HTTP::Tiny" : "0",
"JSON::MaybeXS" : "0",
"Metrics::Any" : "0",
"Object::Pad" : "0",
"Object::Pad" : "0.74",
"OpenTelemetry" : "0.010",
"Path::Tiny" : "0",
"Syntax::Keyword::Dynamically" : "0",
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"HTTP::Tiny" => 0,
"JSON::MaybeXS" => 0,
"Metrics::Any" => 0,
"Object::Pad" => 0,
"Object::Pad" => "0.74",
"OpenTelemetry" => "0.010",
"Path::Tiny" => 0,
"Syntax::Keyword::Dynamically" => 0,
Expand Down Expand Up @@ -57,7 +57,7 @@ my %FallbackPrereqs = (
"HTTP::Tiny" => 0,
"JSON::MaybeXS" => 0,
"Metrics::Any" => 0,
"Object::Pad" => 0,
"Object::Pad" => "0.74",
"OpenTelemetry" => "0.010",
"Path::Tiny" => 0,
"Syntax::Keyword::Dynamically" => 0,
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires 'File::Share';
requires 'HTTP::Tiny';
requires 'JSON::MaybeXS';
requires 'Metrics::Any';
requires 'Object::Pad';
requires 'Object::Pad', '0.74'; # For //= field initialisers
requires 'OpenTelemetry', '0.010';
requires 'Path::Tiny';
requires 'Syntax::Keyword::Dynamically';
Expand Down

0 comments on commit 170809b

Please sign in to comment.