-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
94 lines (74 loc) · 2.64 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
Release history for Minecraft-SectionFilter
{{$NEXT}}
0.003003 2017-03-10T08:53:47Z 50ff0ba
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
[Dependencies::Stats]
- Dependencies changed since 0.003002, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
- runtime: -1
- test: +2 (recommends: ↑1 ↓1)
0.003002 2014-08-15T23:11:19Z
[00 Trivial]
- CPANDAY!
- no code changes.
- reduce whitespace.
[Dependencies::Stats]
- Dependencies changed since 0.003001, see misc/*.deps* for details
- develop: ↑1 (suggests: ↑1)
[Misc]
- Improve source side POD to reduce build side whitespace.
0.003001 2014-08-12T11:34:43Z
[Bugfix]
- require a Test::More without a broken subtest {}
[Dependencies::Stats]
- Dependencies changed since 0.003000, see misc/*.deps* for details
- test: ↑1
0.003000 2014-08-12T01:28:34Z
[00 Major]
- Some changes that may affect hand-operated downstreams.
[01 Toolkit]
- Switched to EUMM
- "Latest" dependencies now only recommendations
- https://questhub.io/realm/perl/quest/5388cc12bbd0be5b2500011f
[Dependencies::Stats]
- Dependencies changed since 0.002000, see misc/*.deps* for details
- build: -1
- configure: +1 -1 (recommends: +1)
- develop: +45 -2 (recommends: -1, suggests: +1 ↑1)
- test: +2 ↓1 -2 (recommends: +3)
[Misc]
- moved to kentnl org
- now legal META.yml
- Source now UTF-8 instead of Latin1 (lol!)
- Report Versions test uses Test::ReportPrereqs
- Compile Test uses Test::Compile::PerFile
0.002000 2013-04-07T21:26:10Z
[Dependencies::Stats]
- Dependencies changed since 0.001002, see misc/*.deps* for details
- runtime: +1
[Feature]
- Now warns when a un-assigned section code is seen in the ansi filter.
- If the section code is an upper case version of a lower case known one, lower case one is used and a warning is
printed to STDERR
- If the section code is not know, in either upper case or lower case, a warning is printed to STDERR and a
placeholder inserted into the output in the form <unknow section O>
[Packaging]
- uses Module::Build 0.4004 test_requires
0.001002 2013-04-04T00:08:25Z
[BugFix]
- Depend on at least Term::ANSIColor 4 to avoid "bright_*" failing.
[Dependencies::Stats]
- Dependencies changed since 0.001001, see misc/*.deps* for details
- build: ↑1
- configure: ↑1
- develop: (suggests: ↑1)
- runtime: ↑1
[Packaging]
- Utilise Module::Build 0.4004 test_requires
0.001001 2013-03-30T18:59:02Z
[Documentation]
- Minor Layout issues
- General synopsis for the function <ansi_encode_sections> was missing.
0.001000 2013-03-30T18:49:56Z
- First version.