Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b12f49e146363ad6d1b9f1ae5fd68c9112ae5506 https://github.com/Perl/perl5/commit/b12f49e146363ad6d1b9f1ae5fd68c9112ae5506 Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com> Date: 2021-01-17 (Sun, 17 Jan 2021)
Changed paths: M pod/perldiag.pod Log Message: ----------- perldiag.pod: Correct description for "Lost precision when %s %f by 1" warning. The description of this warning used to state that "the target of C<++> or C<--> is unchanged", but there had been the case where the target is changed by some value while this warning is issued.