In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/9c406fbf5719385e1b969f84216f239d3bb67b82?hp=5d4636a3aa0bc51a92e8f239caafb9c4539ab28f>
- Log ----------------------------------------------------------------- commit 9c406fbf5719385e1b969f84216f239d3bb67b82 Author: Tony Cook <[email protected]> Date: Tue Jan 22 14:26:47 2019 +1100 perldelta for 5d4636a3aa0b ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 12de64107f..ee18010272 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -218,7 +218,11 @@ XXX Changes (i.e. rewording) of diagnostic messages go here =item * -XXX Describe change here +L<Type of arg %d to %s must be %s (not %s)|perldiag/"Type of arg %d to %s must be %s (not %s)"> + +Attempts to push, pop, etc on a hash or glob now produce this message +rather than complaining that they no longer work on scalars. [perl +#130367] =back -- Perl5 Master Repository
