Skip to content

Commit

Permalink
Merge pull request #2005 from perlpunk/jsonpp
Browse files Browse the repository at this point in the history
Avoid JSON::PP::Boolean warnings
  • Loading branch information
mergify[bot] committed Mar 29, 2022
2 parents d909b2d + 6af397a commit 4399070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions isotovideo
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ use Mojo::Base -strict, -signatures;
use autodie ':all';
no autodie 'kill';

# Avoid "Subroutine JSON::PP::Boolean::(0+ redefined" warnings
# Details: https://progress.opensuse.org/issues/90371
use JSON::PP;

my $installprefix; # $bmwqemu::scriptdir
my $fatal_error; # the last error message caught by the die handler

Expand Down

0 comments on commit 4399070

Please sign in to comment.