Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
require + indirect names deserves a ChangeLog entry
  • Loading branch information
moritz committed Jan 7, 2013
1 parent c072f82 commit ffde430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ChangeLog
Expand Up @@ -3,6 +3,7 @@ New in 2013.01
+ first mentioning a variable from outer scope and then redeclaring it
in the same scope (my $a; { $a; my $a }) is now an error.
+ the long-deprecated "SAFE" setting has been removed
+ 'require' now works with indirect module names

New in 2012.12
+ ~/.perl6/lib is gone from the default include path
Expand Down

0 comments on commit ffde430

Please sign in to comment.