Skip to content

Commit

Permalink
[Yapsi] corrected recent change
Browse files Browse the repository at this point in the history
In other news, always run the test suite before committing changes, even
trivial ones. That's what it's there for.
  • Loading branch information
Carl Masak committed Aug 9, 2010
1 parent c0dc9f1 commit f469702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Yapsi.pm
Expand Up @@ -83,7 +83,7 @@ class Yapsi::Perl6::Actions {
};

method TOP($/) {
block($/);
self.block($/);
}

method block($/) {
Expand Down

0 comments on commit f469702

Please sign in to comment.