You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Type/IO/Spec/Cygwin.pod6
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,11 @@ C<$*SPEC> variable for a perl running on C<Cygwin> .
67
67
68
68
=head2method tmpdir
69
69
70
-
method tmpdir(IO::Spec:D: --> IO::Path)
70
+
Defined as:
71
71
72
-
=commentTODO
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.
Copy file name to clipboardExpand all lines: doc/Type/IO/Spec/Unix.pod6
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,11 @@ running on a Unix-like platform.
67
67
68
68
=head2method tmpdir
69
69
70
-
method tmpdir(IO::Spec:D: --> IO::Path)
70
+
Defined as:
71
71
72
-
=commentTODO
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.
Copy file name to clipboardExpand all lines: doc/Type/IO/Spec/Win32.pod6
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,11 @@ an object of the appropriate type.
68
68
69
69
=head2method tmpdir
70
70
71
-
method tmpdir(IO::Spec:D: --> IO::Path)
71
+
Defined as:
72
72
73
-
=commentTODO
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.
0 commit comments