This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
5cd408a
)
[perl #78462] Don't warn for splice(@a,MAX_LEN)
author
Eric Brine
<ikegami@adaelis.com>
Wed, 2 Mar 2011 22:30:17 +0000
(17:30 -0500)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 21 Jun 2011 15:37:57 +0000
(08:37 -0700)
The intent of splice(@a,MAX_LEN) is quite clearly to truncate
the array if it's too large. There's no reason to warn if it's
currently smaller than the max length.
No differences found