-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
165 lines (133 loc) · 4.88 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
Release history for Path-FindDev
{{$NEXT}}
v0.5.3 2017-03-10T07:02:09Z c9c9198
- Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot
- Add "v" to version due to upstream requirements
- Tests made more portable to older Test::More
[Dependencies::Stats]
- Dependencies changed since 0.5.2, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
- runtime: ↓1 -1 (recommends: +1)
- test: +1 ↓1 (recommends: ↑1 ↓1)
0.5.2 2014-08-16T04:12:22Z
[00 Trivial]
- CPANDAY!
- No code changes.
- metadata updated.
- tests updated.
- whitespace reduced.
[Dependencies::Noteworthy]
- use newer Path::Tiny to avoid bug GH #7 ( Thanks Chorny )
[Dependencies::Stats]
- Dependencies changed since 0.5.1, see misc/*.deps* for details
- configure: ↓1
- develop: +1 (suggests: ↑1)
- runtime: ↑1
- test: +1 -3 (recommends: ↑1 -1)
[Metadata]
- move to kentnl org.
- Show 2x contributors
[Misc]
- Improve source side POD to reduce build side whitespace.
[Tests]
- updated Test::ReportPrereqs
0.5.1 2014-07-13T17:54:11Z
[00 Trivial]
- Misc packaging updates.
[Dependencies::Stats]
- Dependencies changed since 0.5.0, see misc/*.deps* for details
- configure: (recommends: ↑1)
- develop: +3 -3 (suggests: +2 -1)
- test: (recommends: ↑2)
0.5.0 2014-03-04T11:03:22Z
[00 Tooling release]
- Toolkit switched to EUMM
- No other noteworthy changes
- Still as broken as always
[Dependencies::Aggregate]
- 5.008 - 49 → 44
- 5.010 - 32 → 33
- 5.019 - 18 → 17
[Dependencies::Stats]
- Dependencies changed since 0.4.2, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +8 ↑1 -10
- runtime: +1 ↑1
- test: +4 ↓1 -3 (recommends: +4)
0.4.2 2013-11-09T16:06:27Z
[00 Bugfix]
- Minimum perl declared is now 5.8, and tested to work on 5.8
- However, the version scheme is x.y.z still, which means if you want to depend on a specific version in Perl code,
you'll need a recent enough version.pm to make it work.
[Dependencies::Stats]
- Dependencies changed since 0.4.1, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +42 ↑1
- runtime: ↓1
- test: ↑1
0.4.1 2013-10-23T19:08:22Z
[00 Bugfix]
- System path test added in 0.4.0 disabled due to potential security risks ( fixes #4 )
[Dependencies::Stats]
- Dependencies changed since 0.4.0, see misc/*.deps* for details
- develop: ↑2
- test: ↑1
0.4.0 2013-10-01T22:51:43Z
[00 API Backwards Incompatible Changes]
- os_root property no longer exists, as is no longer required internally
[Bugfixes]
- Minor typo in POD ( Thanks David Steinbrunner )
- Uplevel mechanism bugged on Win32, thanks zdm for reporting
- Traversal Order is now test/iterate instead of iterate/test, meaning it will test / prior to terminating, useful
probably if $PROJECTDIR is a UNC Share.
- Root check now performed by a more reliable Path::Tiny->is_rootdir, xdg++ for the fixes.
- Path resolution is now performed and realpathed early on.
[Dependencies::Stats]
- Dependencies changed since 0.3.2, see misc/*.deps* for details
- develop: +1 -1 (recommends: -1, suggests: +1 -1)
- runtime: ↑1 -1
[Tests]
- Aggressively now checks that $PROJECTROOT/../ is not contained in a directory that is considered "dev" by
Path::IsDev.
- This is intended to smoke out quirks that exist on your filesystem, and on CPAN Testers file systems in general that
exhibit wart-like behaviour to the Path::IsDev Heuristic sets.
- If these tests fail for you, they'll probably result in Path::IsDev and Path::FindDev also being broken, so I
greatly appreciate any reports regarding false-positives that could be logically anticipated to be false positives
on all filesystems.
- Otherwise, please read the Path::IsDev documentation and see how to mark a directory tree as a "NegativeHeuristic",
namely, touch $PROBLEMDIR/.path_isdev_ignore
0.3.2 2013-09-26T07:21:34Z
[Bugfix]
- use a less broken Test::Compile for Win32 folk
[Dependencies::Stats]
- Dependencies changed since 0.3.1, see misc/*.deps* for details
- test: +1
0.3.1 2013-09-18T18:28:55Z
[Bugfix]
- Use Class::Tiny without 'used only once'
[Dependencies::Stats]
- Dependencies changed since 0.3.0, see misc/*.deps* for details
- runtime: ↑1
0.3.0 2013-09-18T03:06:21Z
[00 Major Changes]
- Implemented in Class::Tiny instead, which is faster to install
[00 Minor Changes]
- MetaPOD info in dist.
[Dependencies::Stats]
- Dependencies changed since 0.2.0, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: +1 (suggests: ↑1)
- runtime: +1 -1
- test: +2 -2
0.2.0 2013-07-07T16:36:18Z
[00 Major Changes]
- Refactored guts of exported symbols in terms of a Moo class.
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see misc/*.deps* for details
- runtime: +4 ↑1
0.1.0 2013-07-06T17:00:16Z
- First version.