Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit b2089ee

Browse files
committed
File-Temp-0.2308
0.2308 2018-07-11 21:06:16Z - remove File::Temp::Dir from the PAUSE index (it is not in its own .pm file, so it is not 'use'able on its own) 0.2307 2018-06-24 19:40:29Z (TRIAL RELEASE) - change EXLOCK default from true to false; addresses RT#123959. Note that this option was always a no-op on non-BSD platforms; changing the default to false makes behaviour more predictable and consistent across platforms. 0.2306 2018-06-24 19:33:47Z - switch from 'use vars' to 'our' 0.2305 2018-04-19 11:58:49Z (TRIAL RELEASE) - documentation updates for what versions contain what features (thanks, Brian Mowrey! RT#101518) - fix bad use of skip() in tests (RT#95922) - Fall back to CSIDL_LOCAL_APPDATA under taint on Windows (RT#60340) - update distribution tooling
1 parent 5c09f48 commit b2089ee

File tree

10 files changed

+1198
-74
lines changed

10 files changed

+1198
-74
lines changed

Porting/Maintainers.pl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,13 +734,15 @@ package Maintainers;
734734
},
735735

736736
'File::Temp' => {
737-
'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2304.tar.gz',
737+
'DISTRIBUTION' => 'DAGOLDEN/File-Temp-0.2308.tar.gz',
738738
'FILES' => q[cpan/File-Temp],
739739
'EXCLUDED' => [
740740
qw( misc/benchmark.pl
741741
misc/results.txt
742-
),
743-
qw[t/00-report-prereqs.t],
742+
README.mkdn
743+
t/00-report-prereqs.dd
744+
t/00-report-prereqs.t
745+
),
744746
qr{^xt},
745747
],
746748
},

0 commit comments

Comments
 (0)