Skip to content

Commit

Permalink
[classes-and-objects.pod] fix the answer for exercise 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongwen Qiu committed Jun 22, 2010
1 parent f022fc4 commit c7b73a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes-and-objects.pod
Expand Up @@ -455,7 +455,7 @@ parallelism rather than cycles:

method perform() {
unless $!started++ {
.perform() for @!dependencies;
@!dependencies».perform();
&!callback();
$!done = True;
}
Expand Down

0 comments on commit c7b73a0

Please sign in to comment.