Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - perl6 - TODO list
  • Loading branch information
fglock committed Oct 15, 2013
1 parent 9863afb commit 8dbed68
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions TODO-perlito5
Expand Up @@ -243,6 +243,29 @@ TODO list for Perlito5



* Perl6 backend

-- "given" statement not implemented

-- refactoring sub arguments
my $x = $_[0];
my ($x, $y, @rest) = @_; # check if @_ is unused elsewhere in the sub

-- __PACKAGE__

-- specialized refactoring for packages that introduce syntax
Try::Tiny
List::MoreUtils
Moose

-- no strict

-- bless

-- tests



* Perl5 backend

-- "given" statement not implemented
Expand Down

0 comments on commit 8dbed68

Please sign in to comment.