Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 594cb70b176bcf23bec64e4f4725a0ec4d572ee5
https://github.com/perl6/specs/commit/594cb70b176bcf23bec64e4f4725a0ec4d572ee5
Author: Elizabeth Mattijsen <[email protected]>
Date: 2014-09-23 (Tue, 23 Sep 2014)
Changed paths:
M S16-io.pod
Log Message:
-----------
Eradicate IO::FileTestable role
There is no point keeping this functionality in a role, as it only just works
on an IO::Path really. In the IO::Handle case, it works on the $!path of the
IO::Handle object: which should be easily installable with "handles".