Skip to content

Commit 8dbed68

Browse files
committed
Perlito5 - perl6 - TODO list
1 parent 9863afb commit 8dbed68

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

TODO-perlito5

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,29 @@ TODO list for Perlito5
243243

244244

245245

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+
246269
* Perl5 backend
247270

248271
-- "given" statement not implemented

0 commit comments

Comments
 (0)