Skip to content

Commit

Permalink
S29-num/roots.t: pointy block parameters don't need 'my'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@20698 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
pmichaud committed Jun 7, 2008
1 parent 91b701a commit 1481bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S29-num/roots.t
Expand Up @@ -7,7 +7,7 @@ plan 10;
#?rakudo skip 'parsefail'
{
sub has_approx($n, @list) {
for @list -> my $i {
for @list -> $i {
if approx($i, $n) {
return 1;
}
Expand Down

0 comments on commit 1481bc5

Please sign in to comment.