tokuhirom / p6-Crust

PSGI library stack for Perl6
Artistic License 2.0
66 stars 18 forks source link

Support the latest API of IO::Blob #71

Closed moznion closed 8 years ago

moznion commented 8 years ago

Use seek(IO::Blob:D: int $offset, SeekType:D $whence) instead seek(IO::Blob:D: int $offset, int $whence).

ref: https://github.com/moznion/p6-IO-Blob/pull/6

syohex commented 8 years ago

Thanks