tokuhirom / p6-Crust

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

Use IO::Handle.path.s instead of IO::Handle.s #91

Closed astj closed 7 years ago

astj commented 7 years ago

Ref: https://github.com/tokuhirom/p6-Crust/pull/89#issuecomment-297160507 As @zoffixznet says, replace $handle.s with $handle.path.s.

I discovered the last implementation of IO::Handle.s was actually redirection to .path.s. https://github.com/rakudo/rakudo/commit/36ad92a8b4a63de6a4fd6e9260d976c7632a46d0

astj commented 7 years ago

To pass tests on travis, I also modified .travis.yml. we cannot install panda by rakudobrew install-panda anymore...