Skip to content

Commit

Permalink
Slight readability improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 1, 2024
1 parent 8f323e5 commit 16bbf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/MyLogger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sub AUTOLOAD {
our $AUTOLOAD;
my $param = $AUTOLOAD;

unless($param eq 'MyLogger::DESTROY') {
if($param ne 'MyLogger::DESTROY') {
::diag("Need to define $param");
}
}
Expand Down

0 comments on commit 16bbf08

Please sign in to comment.