Skip to content

Commit 0046291

Browse files
maukejkeenan
authored andcommitted
perldelta for B::Deparse 1.79
1 parent 708c734 commit 0046291

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pod/perldelta.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ The complex number parser for string inputs has been improved. In particular,
137137
C<1+i>, C<123i>, C<inf>, C<-inf>, C<infi>, and C<-infi> are now handled
138138
correctly.
139139

140+
=item *
141+
142+
L<B::Deparse> has been upgraded from version 1.78 to 1.79.
143+
144+
It now retains parens around logical negations on the left-hand side of
145+
comparisons (such as C<(!$x) == $y>) because omitting them would trigger a
146+
C<Possible precedence problem> warning since perl v5.41.4. [GH #22661]
147+
140148
=back
141149

142150
=head2 Removed Modules and Pragmata

0 commit comments

Comments
 (0)