irclog.perlgeek.de/perl6book/today | source: github.com/perl6/book/
Set by moderator on 13 August 2011.
dalek ok: f1d6922 | (Maik Hentsche)++ | src/classes-and-objects.pod:
[FIX] removed double "installed"

  "..X installed an object had been installed..". Removed one installed.
19:08
ok: 3c9cdd9 | (Maik Hentsche)++ | src/classes-and-objects.pod:
Whitespace fix.

Paragraph without holes now.
ok: 6f6af11 | (Maik Hentsche)++ | src/classes-and-objects.pod:
[FIX] GeekCook example works on rakudo now

GeekCook.new hat two issues. First, the return self.bless got the wrong parameters. Thus, it did not return the right object.
Also, it pushes onto %params<cookbooks> which might be undef. In rakudo this does not enough autovivification (whatever the verb is) to make this push possible. Therefore, the hash element needs to be initialised. It's not nice to have a workaround for unimplemented functions but having an example that does not work is certainly worse.
20:48