Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - TODO update
  • Loading branch information
fglock committed Sep 12, 2013
1 parent 9391890 commit efea5bc
Showing 1 changed file with 8 additions and 4 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 efea5bc

Please sign in to comment.