Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r14392 r14394 87 87 * Multi-dispatching now handles named, slurpy and optional arguments 88 88 * Named arguments with no matching parameters is now an error 89 * New `&sub.call($capture)` syntax to call without a caller frame (similar 90 to Perl 5's `goto &sub` )89 * New `&sub.call($capture)` syntax to call without a caller frame (similarly 90 to Perl 5's `goto &sub`, but it returns) 91 91 * Parse for the `proto` routine modifier: `proto method foo ($x) {...}` 92 92 * Precompiled `.pm.yml` files with mismatching AST version will no longer load
