Skip to content

Commit 43003ec

Browse files
remove File::Temp::Dir from the 02packages index
1 parent 651b5a7 commit 43003ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{{$NEXT}}
2+
- remove File::Temp::Dir from the PAUSE index (it is not in its own
3+
.pm file, so it is not 'use'able on its own)
24

35
0.2307 2018-06-24 19:40:29Z (TRIAL RELEASE)
46
- change EXLOCK default from true to false; addresses RT#123959.

lib/File/Temp.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,8 @@ the C<tempdir> function.
25782578
25792579
=cut
25802580

2581-
package File::Temp::Dir;
2581+
package ## hide from PAUSE
2582+
File::Temp::Dir;
25822583

25832584
our $VERSION = '0.2308';
25842585

0 commit comments

Comments
 (0)