Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
run sigilless params tests
  • Loading branch information
moritz committed Aug 25, 2012
1 parent b7e1895 commit 1965724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/core/Pod.pm
Expand Up @@ -22,18 +22,14 @@ my class Pod::Block {
@chunks.push: $c>>.Str.perl.indent($level + 2), "\n";
}
else {
@chunks.push: $c.indent($level + 2), "\n";
@chunks.push: $c.Str.indent($level + 2), "\n";
}
}
@chunks.join;
}

method Str {
pod-gist(self)
}

method gist {
self.Stringy
pod-gist(self)
}
}

Expand Down
1 change: 1 addition & 0 deletions t/spectest.data
Expand Up @@ -372,6 +372,7 @@ S06-signature/passing-hashes.t
S06-signature/positional-placeholders.t
S06-signature/positional.t
S06-signature/scalar-type.t
S06-signature/sigilless.t
S06-signature/slurpy-and-interpolation.t
S06-signature/slurpy-params.t
S06-signature/slurpy-placeholders.t
Expand Down

0 comments on commit 1965724

Please sign in to comment.