Subject: | Wishlist for Perl 5.20 signature compatibility: trailing equals sign as a default |
The following:
method quux ($foo=, @bar=) { ... }
Should be equivalent to:
method quux ( $foo=undef , @bar=() ) { ... }
This queue is for tickets about the Function-Parameters CPAN distribution.
The Basics
People
|
Bug Information
|