Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 696068389ab2e29cd0f85a136350fee614acf379
https://github.com/perl6/specs/commit/696068389ab2e29cd0f85a136350fee614acf379
Author: Brent Laabs <[email protected]>
Date: 2013-03-28 (Thu, 28 Mar 2013)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
Change IO::Path stringification, add new methods.
.Str returns full path instead of basename
.path is now a no-op (so Str.path.path still returns IO::Path)
.contents is now documented - lists the directory
.is-absolute, .is-relative, .absolute, .relative added