-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
209 lines (167 loc) · 6.36 KB
/
Changes
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Revision history for {{$dist->name}}
{{$NEXT}}
1.001003 2017-03-10T12:01:20Z e93ce4e
- Ship previous devrel changes as stable
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
[Dependencies::Stats]
- Dependencies changed since 1.001002, see misc/*.deps* for details
- develop: +1 ↑1 (suggests: ↑2)
- test: ↓1
1.001002 2016-05-01T00:22:36Z edbd3ac
- Added MetaConfig data to consumers.
- This however requires a TRIAL releases, as this change module requires ::Plugin to already be composed in, but our
tests and documentation unfortunately instructed users to compose it in *before* that, leading to a breakage.
[Dependencies::Stats]
- Dependencies changed since 1.001001, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +14 ↑3 -3 (recommends: +1, suggests: ↑2)
- runtime: ↓1 -1 (recommends: +2)
- test: +2 (recommends: +1 ↑1 ↓1)
1.001001 2014-08-15T21:39:24Z
[00 Trivial]
- CPANDAY!
- no code changes.
- tests augmented.
- whitespace adjusted.
- POD reorganised.
[Dependencies::Stats]
- Dependencies changed since 1.001000, see misc/*.deps* for details
- develop: +1 (suggests: ↑1)
- test: -4 (recommends: ↑1 -2)
[Documentation]
- POD reorganised for consistency.
[Misc]
- Improve source side POD to reduce build side whitespace.
[Tests]
- update ReportPrereqs test
1.001000 2014-07-29T09:21:17Z
[00 Major]
- ::Dir has new 'keepalive' method to mark/unmark scratch dirs for destruction.
- ::Dir nas new 'keepalive_fail' method to trigger a croak, keep the temporary directory, and tell the user where to
find it.
- ::Dir::run_in() and thus, ::Role::Tempdir::capture_tempdir(), now pass the Dir object itself as $_[0] for easy
access.
- ::Dir now generates tempdirs with the prefix "DZ_R_Tempdir_" for easy cleanup if tempdirs are left around.
- ::Dir now supports property '_tempdir_owner' which will be normalised and included in the tempdir prefix if
specified.
- ::Role::Tempdir::capture_tempdir) now automatically passes the name of the consuming plugin as "_tempdir_owner",
giving consuming plugins clear tempdir locations when things fail.
1.000001 2014-07-29T06:22:12Z
[Bugfix]
- encoded content fetching content was broken, and so, emitted files were all empty! Great!
[Dependencies::Stats]
- Dependencies changed since 1.000000, see misc/*.deps* for details
- configure: ↓1
- develop: +3 -3 (suggests: +2 -1)
- test: +3 ↑1 (recommends: +1)
1.000000 2014-05-16T19:09:54Z
[00 Major]
- DZil Encoding support added.
- Internals overhauled to use newer things.
- Tooling overhauls
- Version Scheme overhauls
[01 Minor backwards incompatible API change]
- Accessing $item->{name} is now gone entirely, use $item->name instead.
- $item->{state} may also vanish in the near future, stop using it.
[02 Dzil Encoding Support]
- Should now be compatible with DZil 5, and reading files from a tempdir will now default to reading their content as
"encoded_content" to an InMemory object.
[03 Path/IO Replaced]
- Usage of Path::Class and File::Slurp have both been eliminated and replaced by Path::Tiny
- File::Find::Rule is replaced with Path::Iterator::Rule
- File::Tempdir usage eliminated in favour of custom + Path::Tiny
[04 Toolkit moved to EUMM]
- Toolkit is now EUMM instead of Module::Build
- Toolkit upgrade dependencies now prefer "latest" via "recommends", instead of "requires"
[05 Version Scheme change]
- Mantissa length has shortened to 6
- Version semantics are now X.YYYZZZ
- This is the primary motivation for the 1.x on the box.
[Bugfixes]
- No longer does any ->isa checking for digest modules. This closes #1
[Dependencies::Aggregate]
- 5.010001 : 185
- 5.018002 : 168
- 5.019009 : 163
[Dependencies::Stats]
- Dependencies changed since 0.01053722, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +44 -2 (recommends: -1, suggests: +1 -1)
- runtime: +4 ↑1 -4
- test: +4 ↑1 ↓1 -2 (recommends: +4)
0.01053722 2013-04-08T08:04:30Z
- Maintenance Release for Module::Build 0.4004
[Dependencies::Noteworthy]
- Module::Build 0.3601 → 0.4004
- Test::More 0.88 → 0.98
[Dependencies::Stats]
- Dependencies changed since 0.01053721, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +5 (recommends: ↑1, suggests: ↑1)
- test: ↑1
[Documentation]
- Update Copyright year
- Add README.mkdn
[Meta]
- Bug tracker to github issues
[Packaging]
- Utilise Module Build 0.4004 test_requires
0.01053721 2012-02-02T19:54:07Z
- Maintenance release
[Dependencies::Stats]
- Dependencies changed since 0.01053720, see misc/*.deps* for details
- develop: (suggests: ↑1)
- runtime: +3 -1
- test: -1
[Internals]
- Name-spaces declare $AUTHORITY
- Name-spaces no longer declare $VERSION in BEGIN
[Packaging]
- Update LICENSE ( Date, Indent, Address )
- extra tests moved to xt/
- GIT url's moved to https://
- Declares x_authority
- Versions now done via git
0.01053720 2011-04-05T19:34:41Z
- Maintenance only release, no really user visible changes.
[Dependencies::Stats]
- Dependencies changed since 0.01027622, see misc/*.deps* for details
- develop: +1 (recommends: +1, suggests: +1)
- test: +1 -1
[Packaging]
- move to @Author::KENTNL
- Ship with .perltidyrc
- Rework Changes into CPAN::Changes normalized form.
- Move perlcriticrc to perlcritic.rc
- ship with weaver.ini
[Tests]
- Drop portability tests
- Drop hand-coded critic tests and replace with generated.
- Add cpan-changes tests.
0.01027622 2010-07-23T21:29:14Z
- Dropped the hardcoded Test::Kwalitee xt-test in favour of the TestKwalitee plugin. ( This will hopefully get this
module and all dependents out of the heavy 100 )
- Documentation updated a bit.
- digest_for is now a public method.
[Dependencies::Stats]
- Dependencies changed since 0.01021401, see misc/*.deps* for details
- build: -9
- runtime: +2
- test: +8
0.01022319 2010-06-01T18:03:23Z
- Updated synopsis to recommend OO way.
- Tests added for OO mode.
- Replaced hash with a more pragmatic object. ( Backwards compatible ).
- Fix tests relying on unixisms on Win(64/32)
0.01021401 2010-05-23T00:16:50Z
- use @KENTNL
- upgrade to Dist::Zilla 2
[Dependencies::Stats]
- Dependencies changed since 0.01000003, see misc/*.deps* for details
- build: +10
- configure: +1
- runtime: +2 ↑1
0.01000003 2009-10-26T02:51:22Z
- First version.