Skip to content

Commit

Permalink
Merge pull request #435 from demerphq/yves/silence_apostrophe_warning
Browse files Browse the repository at this point in the history
t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
  • Loading branch information
demerphq authored Feb 28, 2023
2 parents 823d42b + faf9dfc commit bedcec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/lib/Test/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ sub isnt ($$;$) {
return $tb->isnt_eq(@_);
}

*isn't = \&isnt;
=item B<like>
like( $got, qr/expected/, $test_name );
Expand Down

0 comments on commit bedcec9

Please sign in to comment.