Skip to content

Commit

Permalink
Bump dependency on Feature::Compat::Try to 0.05
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
jjatria committed Dec 3, 2023
1 parent 2ad8c48 commit 6a3f1ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Revision history for OpenTelemetry
* Apply default values appropriately when receiving undefined values
* The HTTP::Tiny and LWP::UserAgent integrations inject propagation
data as appropriate
* Bump dependency on Feature::Compat::Try to 0.05 for finally support
in perl versions under 5.35 (GH #11)

0.018 2023-11-23 19:28:38+00:00 Europe/London

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Class::Method::Modifiers" : "0",
"Exporter::Tiny" : "0.044",
"Feature::Compat::Defer" : "0",
"Feature::Compat::Try" : "0",
"Feature::Compat::Try" : "0.05",
"Future" : "0.26",
"Future::AsyncAwait" : "0",
"List::Util" : "1.45",
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ requires 'Bytes::Random::Secure';
requires 'Class::Method::Modifiers';
requires 'Exporter::Tiny', '0.044'; # For -as => CODE support
requires 'Feature::Compat::Defer';
requires 'Feature::Compat::Try';
requires 'Feature::Compat::Try', '0.05'; # For finally before 5.35
requires 'Future', '0.26'; # For Future->done
requires 'Future::AsyncAwait';
requires 'List::Util', '1.45'; # For uniq
Expand Down

0 comments on commit 6a3f1ce

Please sign in to comment.