File: Changes

package info (click to toggle)
libdist-zilla-plugin-checkextratests-perl 0.029-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 598; makefile: 2
file content (182 lines) | stat: -rw-r--r-- 4,371 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
Revision history for Dist-Zilla-Plugin-CheckExtraTests

0.029     2016-05-23 18:53:31-04:00 America/New_York

    [Fixed]

    - Fixed tmpdir removal with Dist::Zilla 6+

0.028     2015-08-10 10:52:35-04:00 America/New_York

    [Fixed]

    - non-perl files in xt/* are not executed

0.027     2015-05-02 15:41:56-04:00 America/New_York

    [Documented]

    - Changed order of 'xt' commands in help text for clarity

0.026     2015-03-24 23:35:49-04:00 America/New_York

    [Fixed]

    - Fixed test corpuses (corpii?) to protect against META validation
      errors

0.025     2014-11-21 11:29:50-05:00 America/New_York

    [Changed]

    - Respects dzil verbose flag

0.024     2014-11-04 05:30:13-05:00 America/New_York

    [Added]

    - RunExtraTests now also runs miscellaneous xt/ tests

0.023     2014-10-30 16:25:03-04:00 America/New_York

    [Changed]

    - Removed unused Moose::Autobox

0.022     2014-07-14 17:36:05-04:00 America/New_York

    - [RunExtraTests] now accepts the --jobs flag passed to 'dzil test' and
      'dzil release'

0.021     2014-03-25 14:34:02-04:00 America/New_York

    [Fixed]

    - specifies Path::Tiny prerequisite of 0.013 or better

0.020     2014-03-22 23:12:58-04:00 America/New_York

    [Fixed]

    - default jobs support was buggy in the last version

0.019     2014-03-22 22:48:04-04:00 America/New_York

    [Changed]

    - Added 'jobs' argument for 'dzil xtest' for parallel testing

    - passing new 'default_jobs' option (added to Dist::Zilla 5.014) through
      to test runner for parallel testing

0.018     2014-02-18 17:20:58-05:00 America/New_York

    [Fixed]

    - CheckExtraTest now force removes temp directory, the way
      Path::Class used to do.

0.017     2014-02-13 15:03:55-05:00 America/New_York

    [Changed]

    - Removed dependency on Path::Class in favor of Path::Tiny

0.016     2013-11-15 11:33:06 America/New_York

    [Changed]

    - the 'xtest' command now accepts the same options as 'test' does

0.015     2013-10-31 15:03:13 America/New_York

    - Shipping as a stable release

0.014     2013-10-23 19:52:43 America/New_York

    [Fixed]

    - [CheckExtraTest] tests in a .build directory instead of the build
      directory

    - the 'xtest' command now uses Dist::Zilla methods to build a temporary
      directory, which also sets the .build/latest symlink correctly

0.013     2013-10-17 17:26:26 America/New_York

    [Changed]

    - [RunExtraTests] now runs xt/author ahead of xt/smoke and xt/release
      (Karen Etheridge)

0.012     2013-10-15 23:15:02 America/New_York

    [Changed]

    - 'dzil xtest' arguments now match as regex patterns for more
      flexibility

    [Fixed]

    - use all builders to build, not just the first (Karen Etheridge)

0.011     2013-02-09 20:53:59 America/New_York

    - Doc fixes (ETHER)

    - Path::Tiny fix (ETHER)

0.010     2013-02-07 23:09:15 America/New_York

    - Bump Dist::Zilla prereq to something modernish

0.009     2013-02-06 16:15:30 America/New_York

    - Swap Path::Class for Path::Tiny and Path::Class::Rule
      for Path::Iterator::Rule

0.008     2013-01-25 15:23:15 America/New_York

    - lazy loading of some dependencies (DOLMEN)

0.007     2012-05-31 12:00:29 America/New_York

    - change RunExtraTests plugin to avoid rebuilding the dist when
      it's not necessary (e.g. MakeMaker already ran the normal tests)
      (thanks, Christopher J. Madsen)

0.006     2012-05-10 23:08:11 America/New_York

    - run tests on the built dist, so that things like XS will work

    - add RunExtraTests plugin, which runs the appropriate xt tests when "dzil
      test" is run (but only with the appropriate flags).

0.005     2012-05-03 17:30:08 America/New_York

    - add 'xt' as command alias for 'xtest'

    - 'dzil xtest' now takes optional arguments that are
      treated as xt test filenames to run.  These will
      be found however deeply they are nested in xt.

0.004     2010-04-08 14:51:28 EST5EDT

    - manually set prereqs instead of using
      auto-detection to avoid a Dist::Zilla
      BUILD_REQUIRES bug

0.003     2010-04-07 14:02:34 EST5EDT

    - updated tests for Dist::Zilla 2.000+

    - switched from File::chdir to File::pushd

0.002     2010-03-23 19:28:48 EST5EDT

    - fixed problem in release check

0.001     2010-03-22 01:10:12 EST5EDT


    - first draft