Skip to content

Commit

Permalink
[ux] Set -warn_target_loaded to 0 (GH#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Apr 17, 2024
1 parent 925878d commit fcaca1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ name=Carp-Patch-ExcludePackage
perl=5.010001
base=0
warnings=0
Module::Patch=0.276
Module::Patch=0.277

1 change: 1 addition & 0 deletions lib/Carp/Patch/ExcludePackage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ sub patch_data {
code => $p_ret_backtrace,
},
],
-warn_target_loaded => 0,
};
}

Expand Down

0 comments on commit fcaca1c

Please sign in to comment.