Changeset 14394 for ChangeLog

Show
Ignore:
Timestamp:
10/18/06 01:01:24 (2 years ago)
Author:
trey
Message:

Clarified that .call returns, thanks to audreyt++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14392 r14394  
    8787* Multi-dispatching now handles named, slurpy and optional arguments 
    8888* 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) 
    9191* Parse for the `proto` routine modifier: `proto method foo ($x) {...}` 
    9292* Precompiled `.pm.yml` files with mismatching AST version will no longer load