Skip to content

Commit

Permalink
I think this was a typo in the test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaljef committed Nov 3, 2014
1 parent 0095f92 commit 05c7209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Subroutines/RequireArgUnpacking.run
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sub barr {
## TODO PPI v1.118 doesn't recognize anonymous subroutines
## cut

my $x = bar {
my $x = sub {
print $_[0];
print $_[1];
print $_[2];
Expand Down

0 comments on commit 05c7209

Please sign in to comment.