Skip to content

Commit

Permalink
perldelta for B::Deparse 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke authored and jkeenan committed Oct 30, 2024
1 parent 708c734 commit 0046291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ The complex number parser for string inputs has been improved. In particular,
C<1+i>, C<123i>, C<inf>, C<-inf>, C<infi>, and C<-infi> are now handled
correctly.

=item *

L<B::Deparse> has been upgraded from version 1.78 to 1.79.

It now retains parens around logical negations on the left-hand side of
comparisons (such as C<(!$x) == $y>) because omitting them would trigger a
C<Possible precedence problem> warning since perl v5.41.4. [GH #22661]

=back

=head2 Removed Modules and Pragmata
Expand Down

0 comments on commit 0046291

Please sign in to comment.