Skip to content

Commit 0511e07

Browse files
committed
[io grant] Document IO::Spec::*.tmpdir
1 parent f78d266 commit 0511e07

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

doc/Type/IO/Spec.pod6

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ L<IO::Spec::Unix> and L<IO::Spec::Win32>.
7070
7171
=comment TODO
7272
73-
=head2 method tmpdir
74-
75-
method tmpdir(IO::Spec:D: --> IO::Path)
76-
77-
=comment TODO
78-
7973
=head2 method is-absolute
8074
8175
method is-absolute(IO::Spec:D: Str $file --> Bool)

doc/Type/IO/Spec/Cygwin.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ C<$*SPEC> variable for a perl running on C<Cygwin> .
6767
6868
=head2 method tmpdir
6969
70-
method tmpdir(IO::Spec:D: --> IO::Path)
70+
Defined as:
7171
72-
=comment TODO
72+
method tmpdir(--> IO::Path:D)
73+
74+
Attempts to locate a system's temporary directory by checking several typical directories and environmental variables. Uses currect directory if no suitable directories are found.
7375
7476
=head2 method is-absolute
7577

doc/Type/IO/Spec/QNX.pod6

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ available via C<$*SPEC> if the perl is running on QNX.
6565
6666
=comment TODO
6767
68-
=head2 method tmpdir
69-
70-
method tmpdir(IO::Spec:D: --> IO::Path)
71-
72-
=comment TODO
73-
7468
=head2 method is-absolute
7569
7670
method is-absolute(IO::Spec:D: Str $file --> Bool)

doc/Type/IO/Spec/Unix.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ running on a Unix-like platform.
6767
6868
=head2 method tmpdir
6969
70-
method tmpdir(IO::Spec:D: --> IO::Path)
70+
Defined as:
7171
72-
=comment TODO
72+
method tmpdir(--> IO::Path:D)
73+
74+
Attempts to locate a system's temporary directory by checking several typical directories and environmental variables. Uses currect directory if no suitable directories are found.
7375
7476
=head2 method is-absolute
7577

doc/Type/IO/Spec/Win32.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ an object of the appropriate type.
6868
6969
=head2 method tmpdir
7070
71-
method tmpdir(IO::Spec:D: --> IO::Path)
71+
Defined as:
7272
73-
=comment TODO
73+
method tmpdir(--> IO::Path:D)
74+
75+
Attempts to locate a system's temporary directory by checking several typical directories and environmental variables. Uses currect directory if no suitable directories are found.
7476
7577
=head2 method is-absolute
7678

0 commit comments

Comments
 (0)