Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into replito
  • Loading branch information
creaktive committed Sep 12, 2013
2 parents 54441f5 + 91ab027 commit 62da2a6
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 220 deletions.
12 changes: 8 additions & 4 deletions TODO-perlito5
Expand Up @@ -140,6 +140,13 @@ TODO list for Perlito5

* Add tests for fixed bugs:

---
variable declarations in expressions

our $Verbose ||= 0;
our (%Cache);
my $args = @_ or @_ = @$exports;


---
add additional variants of "for"
Expand Down Expand Up @@ -247,11 +254,8 @@ TODO list for Perlito5
-- 'require 5.006;'
# Can't locate 5.006 in @INC

-- variable declaration in expressions
our $Verbose ||= 0;
our (%Cache);
-- expressions in 'local'
local $SIG{__WARN__};
my $args = @_ or @_ = @$exports;

-- 'next', 'last' in expression
(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
Expand Down

0 comments on commit 62da2a6

Please sign in to comment.