Skip to content

Commit efea5bc

Browse files
committed
Perlito5 - TODO update
1 parent 9391890 commit efea5bc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

TODO-perlito5

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@ TODO list for Perlito5
140140

141141
* Add tests for fixed bugs:
142142

143+
---
144+
variable declarations in expressions
145+
146+
our $Verbose ||= 0;
147+
our (%Cache);
148+
my $args = @_ or @_ = @$exports;
149+
143150

144151
---
145152
add additional variants of "for"
@@ -247,11 +254,8 @@ TODO list for Perlito5
247254
-- 'require 5.006;'
248255
# Can't locate 5.006 in @INC
249256

250-
-- variable declaration in expressions
251-
our $Verbose ||= 0;
252-
our (%Cache);
257+
-- expressions in 'local'
253258
local $SIG{__WARN__};
254-
my $args = @_ or @_ = @$exports;
255259

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

0 commit comments

Comments
 (0)