File: Changes

package info (click to toggle)
libtest-requires-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 65; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 983 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
Revision history for Perl module Test::Requires

0.11 2020-05-14T00:34:23Z

    - Re-packaging

0.10 2015-07-21T12:37:03Z

    - Support 5.6 again.

0.09 2015-07-21T04:01:50Z

    - requires 5.8.1

0.08 2014-07-16T00:21:22Z

    - Switch to EUMM.

0.07 2013-07-01T03:08:52Z

    - If the C<< RELEASE_TESTING >> environment variable is true, then instead
      of skipping tests, Test::Requires bails out.
      (tobyink)

0.07 2013-06-30

    - document that use Test::Requires "5.010" works.
      (tobyink)

0.06 2010-09-26

    - support Perl 5.6.0 or later. Because Mouse need to support it.
      (gfx)

0.05 2010-03-27

    - requires Test::More 0.61 or later, because Test::Builder::Module was
      first appeared at 0.60_02.
      (suggested by miyagawa++)

0.04 2010-03-27

    - no Test::Base (miyagawa)

0.03 2009-09-21

    - support older test::builder
      (reported by tomyhero++)

0.02 2009-09-09

    - remove hacky stuff

0.01 2009-07-02

    - original version