Skip to content

Commit

Permalink
fix: add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed Nov 7, 2023
1 parent 76011fc commit 8eea672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Revision history for Sentry-SDK

{{$NEXT}}

- Fix: add missing test dep

1.3.1 2023-11-07 10:43:07 CET

- Fix: memleak in `CGI::Application::Plugin::Sentry`
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on 'test' => sub {
requires 'Capture::Tiny';
requires 'CGI';
requires 'CGI::Application';
requires 'Devel::Cycle';
requires 'LWP::UserAgent';
requires 'Perl::Critic';
requires 'Test::Exception';
Expand Down

0 comments on commit 8eea672

Please sign in to comment.