-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
82 lines (55 loc) · 2.31 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
{{$NEXT}}
1.012 2021-01-22
Tests update:
* use new style of test declaration
(require Config::Model::Tester 4.001)
Other changes:
* update copyright year
1.011 - 2018-06-25
Update to cope with newer Config::Model
* Backend: use file_path instead of io_handle (gh #1)
1.010 - 2017-11-13
* upgrade model with cme meta
* update support info in application file
* dist.ini: update copyright years
* dist.ini: switch bug tracker to github
* remove dependency on EV and AnyEvent from test
* Build.PL: avoid build dep on cme
* fix GPL wording to keep Debian's lintian happy (and may be RMS)
* fix typo detected by Debian lintian
1.009 - 2013-08-21
* Build-depends on Config::Model::Tester
* Removed tests dependency now handler by Config::Model::Tester
1.008 - 2013-05-05
* Fixed pod test
1.007 - 2013-05-04
* depends directly on Mouse instead of Any::Moose
* Build.PL: fix pod doc generation
2012-11-19 Dominique Dumont <domi.dumont@free.fr> 1.006
* require Config::Model 2.026 (HEAD, master)
* added more complete test for Approx model
* changed backend from 'custom' to 'Approx'
* setup Build.PL to refresh models pod doc
* added accept instruction in model to accept new parameters
that the author may have missed.
2012-11-02 Dominique Dumont <domi.dumont@free.fr> 1.005
* updated doc with cme instead of config-edit
* replace deprecated call with new one (fetch_all_indexes)
* die honorably when no approx.conf is found
* removed utf-8 char from description
* added forgotten log of version 1.004 (sorry)
2011-06-27 Dominique Dumont <domi.dumont@free.fr> 1.004
* no longer ship config-edit-approx. Replaced by
config-edit -appli approx
* added legal stuff and global doc to Approx model
* Updated model with cache and interval parameters
2009-10-22 Dominique Dumont <domi.dumont@free.fr> 1.003
* lib/Config/Model/Approx.pm (read): Convert old style
parameters ( without leading '$' - approx < 2.9.0) to new
style (with '$'). I.e. 'verbose 1' will be converted to
'$verbose 1'
2009-09-27 Dominique Dumont <domi.dumont@free.fr> 1.002
* README : updated license
* lib/Config/Model/Approx.pm : added missing doc
2009-09-24 Dominique Dumont <domi.dumont@free.fr> 1.001
* Initial release