Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: aadf0589905c9d76488fd81f738201d12f6d9eeb
https://github.com/perl6/specs/commit/aadf0589905c9d76488fd81f738201d12f6d9eeb
Author: Elizabeth Mattijsen <[email protected]>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M S02-bits.pod
Log Message:
-----------
Make anonymous variables silent in all contexts
If you're actually specifying something like ($a, $, $b) in your code, you
expect the 2nd value to drop on the floor. So why warn about that at all?
Assuming that's what "will result in the message:" means.