We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651b5a7 commit 43003ecCopy full SHA for 43003ec
Changes
@@ -1,4 +1,6 @@
1
{{$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)
4
5
0.2307 2018-06-24 19:40:29Z (TRIAL RELEASE)
6
- change EXLOCK default from true to false; addresses RT#123959.
lib/File/Temp.pm
@@ -2578,7 +2578,8 @@ the C<tempdir> function.
2578
2579
=cut
2580
2581
-package File::Temp::Dir;
+package ## hide from PAUSE
2582
+ File::Temp::Dir;
2583
2584
our $VERSION = '0.2308';
2585
0 commit comments