File: Changes

package info (click to toggle)
libtest-diaginc-perl 0.010-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 269; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,546 bytes parent folder | download
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
Revision history for Test-DiagINC

0.010     2022-07-17 08:47:21-04:00 America/New_York

    [FIXED]

    - Deletes ENV vars after localizing to avoid problems when they are undef
      rather than the empty string.

0.008     2017-07-26 10:36:28-04:00 America/New_York

    - No changes from 0.007.

0.007     2017-04-15 22:46:51-04:00 America/New_York (TRIAL RELEASE)

    [FIXED]

    - Fixed tests for perls without '.' in @INC

0.006     2016-09-23 20:39:00-04:00 America/New_York

    - No changes from 0.005.

0.005     2016-09-10 14:07:35-04:00 America/New_York (TRIAL RELEASE)

    [TESTS]

    - Skips taint tests on MSWin32 to avoid File::Temp bugs

0.004     2014-02-10 13:02:39-05:00 America/New_York

    [FIXED]

    - Localizes more %ENV vars to work under taint mode

0.003     2014-02-07 12:54:54-05:00 America/New_York

    [CHANGED]

    - More robust error condition detection - now triggers on failures
      in END-block-based test modules (e.g. Test::NoWarnings)
    - Add diagnostic of "Attempted-but-failed-to-load" on perl >= 5.10
    - Minimize amount of reported modules: anything Test::DiagINC loads
      in order to compile the report is excluded
    - No longr chdir() during the local-library heuristic
    - No non-core runtime dependencies, add 5.6 support

0.002     2014-02-04 22:17:58-05:00 America/New_York

    [CHANGED]

    - Will not report modules loaded from below the current directory
      (suggested by Peter Rabbitson)

0.001     2014-02-04 15:12:52-05:00 America/New_York

    - First release