We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9391890 commit efea5bcCopy full SHA for efea5bc
TODO-perlito5
@@ -140,6 +140,13 @@ TODO list for Perlito5
140
141
* Add tests for fixed bugs:
142
143
+ ---
144
+ variable declarations in expressions
145
+
146
+ our $Verbose ||= 0;
147
+ our (%Cache);
148
+ my $args = @_ or @_ = @$exports;
149
150
151
---
152
add additional variants of "for"
@@ -247,11 +254,8 @@ TODO list for Perlito5
247
254
-- 'require 5.006;'
248
255
# Can't locate 5.006 in @INC
249
256
250
--- variable declaration in expressions
251
- our $Verbose ||= 0;
252
- our (%Cache);
257
+-- expressions in 'local'
253
258
local $SIG{__WARN__};
- my $args = @_ or @_ = @$exports;
259
260
-- 'next', 'last' in expression
261
(*{"${callpkg}::$sym"} = \&{"${pkg}::$sym"}, next)
0 commit comments