In perl.git, the branch doy/deprecate_uid_gid_swap has been created
<http://perl5.git.perl.org/perl.git/commitdiff/368478f85433b2d9df7e158ed9ccd6f52b84f792?hp=0000000000000000000000000000000000000000>
at 368478f85433b2d9df7e158ed9ccd6f52b84f792 (commit)
- Log -----------------------------------------------------------------
commit 368478f85433b2d9df7e158ed9ccd6f52b84f792
Author: Jesse Luehrs <doy@tozt.net>
Date: Tue Jul 3 11:28:50 2012 -0500
deprecate swapping $</$> and $(/$) [perl #96212]
This isn't quite accurate (it specifically catches cases where one of
$<, $>, $(, or $) appears on both the right and left side of a list
assignment), but being more accurate about this will be quite hard, I
think. Is this good enough?
-----------------------------------------------------------------------
--
Perl5 Master Repository