File: Changes

package info (click to toggle)
libtest-api-perl 0.010-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 353; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,276 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
Revision history for Test-API

0.010     2018-02-16 22:00:49-05:00 America/New_York

    - No changes from 0.009-TRIAL

0.009     2018-01-22 11:15:13-05:00 America/New_York (TRIAL RELEASE)

    [FIXED]

    - Revised internals for constants/subrefs in the stash (a breaking
      change planned for Perl 5.28)

0.008     2017-04-02 13:30:12-04:00 America/New_York

    - No changes from 0.007-TRIAL

0.007     2017-02-27 09:50:45-05:00 America/New_York (TRIAL RELEASE)

    [TESTS]

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

0.005     2014-04-24 11:09:01-04:00 America/New_York

    [CHANGED]

    - common methods treated as private (e.g. AUTOLOAD, BUILD) are ignored

0.004     2014-03-14 11:43:54+01:00 Europe/Paris

    [ADDED]

    - class_api_ok function tests methods, which may be provided the
      module tested or a superclass (Toby Inkster)

    [CHANGED]

    - dropped dependencies on superclass and Devel::Symdump (Toby Inkster)

0.003     2014-02-27 06:19:07-05:00 America/New_York

    [CHANGED]

    - updated distribution metadata, repo and bugtracker

    - switched to Dist::Zilla for managing this distribution

0.002 Mon Mar  9 18:30:20 EDT 2009

    [ADDED]

    - import_ok() function

0.001 Sun Mar  8 16:38:11 EDT 2009

    - Initial release