Skip to content

Commit bbfa780

Browse files
committed
IO::Path.absolute takes an optional base parameter
1 parent a8dd445 commit bbfa780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S32-setting-library/IO.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,9 @@ Other methods are listed here in alphabetical order:
758758
=head3 .absolute
759759
X<.absolute>
760760

761-
method absolute(--> Str)
761+
method absolute($base as Str --> Str)
762762

763-
The absolute path of the path. Same as the stringification.
763+
The absolute path of the path, optionally from the relative base.
764764

765765
=head3 .accessed
766766
X<.accessed>

0 commit comments

Comments
 (0)