This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #78462] Don't warn for splice(@a,MAX_LEN)
authorEric Brine <ikegami@adaelis.com>
Wed, 2 Mar 2011 22:30:17 +0000 (17:30 -0500)
committerFather 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