File: Changes

package info (click to toggle)
libtest-tempdir-tiny-perl 0.018-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 280; makefile: 2
file content (106 lines) | stat: -rw-r--r-- 2,379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Revision history for Test-TempDir-Tiny

0.018     2018-07-12 08:21:56-04:00 America/New_York

    - Bumped required version of File::Temp to 0.2308

0.017     2018-05-02 16:31:12-04:00 America/New_York

    - Bumped required version of File::Path to 2.07

0.016     2016-04-10 13:47:33-04:00 America/New_York

    - No changes from 0.015

0.015     2016-04-03 13:53:49-04:00 America/New_York (TRIAL RELEASE)

    [Additions]

    - Adds experimental support for Perl 5.6

0.013     2016-03-10 15:31:15-05:00 America/New_York (TRIAL RELEASE)

    [Tests]

    - Fixed bad test plan when there are spaces in the perl or library path

0.012     2016-02-24 17:51:58-05:00 America/New_York

    - No changes from 0.011

0.011     2016-02-20 17:12:02-05:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Quotes metacharacters in test regexes.

0.010     2015-12-11 11:58:50-05:00 America/New_York

    - No changes from 0.009

0.009     2015-12-09 15:40:36-05:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - More tainting fixes

0.007     2015-12-09 11:03:38-05:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Cleanup fixed to work in taint mode

    [Changes]

    - Raised minimum Perl prerequisite to 5.8.1 again, as 5.6 doesn't
      have necessary features in "B"

0.005     2015-07-17 16:13:55-04:00 America/New_York (TRIAL RELEASE)

    [Added]

    - Added 'in_tempdir' function to run code reference in a temporary
      directory

    - Setting $ENV{PERL_TEST_TEMPDIR_TINY_NOCLEANUP} to a true value
      will prevent any directories from being cleaned up

    [Changes]

    - Lowered minimum Perl prerequisite to 5.6 

0.004     2015-03-04 16:53:21-05:00 America/New_York

    [Changes]

    - Temporary directories are returned with platform-native separators

    - Drop Time::HiRes in favor of built-in select to implement a small sleep

    [Fixes]

    - Fixes tests on Windows

0.003     2015-01-04 06:30:28-05:00 America/New_York

    [Fixes]

    - Changed temp directory creation to avoid race conditions under
      parallel testing

0.002     2014-11-05 06:09:24-05:00 America/New_York

    [Tests]

    - Added tests for non-word characters

    [Documentation]

    - Noted that test-file-specific dirs are cleaned when reused

    - Improved synopsis examples

0.001     2014-11-04 17:07:17-05:00 America/New_York

    - First release