sergot / IO-Capture-Simple

IO can be captured.
3 stars 8 forks source link

e2.p6 is not working #3

Closed azawawi closed 10 years ago

azawawi commented 10 years ago

I tried examples/e2.p6 on the latest rakudo and i got the following:

No such method 'flush' for invocant of type '<anon>'
  in sub prompt at src/gen/m-CORE.setting:15843
  in block <unit> at e2.p6:5

Perl 6 version

$ perl6 --version
This is perl6 version 2014.09-223-g93fe76e built on MoarVM version 2014.09-54-g03ac9a7
sergot commented 10 years ago

fixed with https://github.com/sergot/IO-Capture-Simple/commit/f2a12d69fdf969bfeccedef3debd0de28cec8eea

I assume, we don't need real flush here. :)

azawawi commented 10 years ago

Thanks, it works like a charm now :+1:

sergot commented 10 years ago

Thank you for using this module. :)