File: Changes

package info (click to toggle)
libtest2-tools-command-perl 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 140 kB
  • sloc: perl: 332; makefile: 2; sh: 1
file content (23 lines) | stat: -rw-r--r-- 902 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
Revision history for Test2-Tools-Command

0.20    2023-01-02
        Add is_exit() so that Test::UnixExit can be replaced by
        this module. And, prevent installation on Windows due to
        test failures.

0.11    2023-01-01
        Make better use of Test2. Fix tests such that stdout and
        stderr tests are actually called, maybe. Remove needless
        dependency on Cwd.

0.10    2022-12-31
        Breaking interface changes and other such work.
        * Change the return values of command().
        * qr// or exact string tests on stdout, stderr.
        * Add munge_signal for when the signal type varies.
        * Remove want_fh as that interacts poorly with timeout. 
        * Improved test names for when tests fail, or the ability to
          specify a custom name associated with the tests.

0.01    2022-12-29
        First version, released on an unsuspecting world.