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 9863afb commit 8dbed68Copy full SHA for 8dbed68
TODO-perlito5
@@ -243,6 +243,29 @@ TODO list for Perlito5
243
244
245
246
+* Perl6 backend
247
+
248
+-- "given" statement not implemented
249
250
+-- refactoring sub arguments
251
+ my $x = $_[0];
252
+ my ($x, $y, @rest) = @_; # check if @_ is unused elsewhere in the sub
253
254
+-- __PACKAGE__
255
256
+-- specialized refactoring for packages that introduce syntax
257
+ Try::Tiny
258
+ List::MoreUtils
259
+ Moose
260
261
+-- no strict
262
263
+-- bless
264
265
+-- tests
266
267
268
269
* Perl5 backend
270
271
-- "given" statement not implemented
0 commit comments