This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
116 lines (89 loc) · 3.04 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
Revision history for {{$dist->name}}
{{$NEXT}}
1.004001 2014-10-20
- improved consistent check diagnostics GH #11 (SZABGAB)
1.004000 2014-10-18
- add consistent check GH #10 (SZABGAB)
1.003001 2014-09-06
- remove inline and remove _get_version, trying to skip test there won't
work GH #4 (ETHER)
1.003000 2014-09-05
- skip packages unindexable by pause GH #4 (ETHER)
1.002004 2013-11-21
- fix bugs in argument handling
- fix whitespace
1.002003 2013-10-14
- fix misgithap
- more dist.ini updates
1.002002 2013-10-14
- fix synopsis GH #6, #7 ( plicease )
- change Dist::Zilla Plugins
- remove old documentation that no longer applies
1.002001 2012-03-14
- fix metadata caused by a bug in DZP::GitHub after asking repo to be
unlinked from gitpan.
1.002000 2012-01-09
- use Module::Metadata
- allow disabling of 'has_version'
- require at least 1 version
- allow for checking that a module is_strict
1.001003 2011-12-01
- use Module::Metadata apparently it's closer to how Perl works than
Module::Extract::VERSION
1.001002 2011-11-02
- fix some issues in the pod
1.001001 2011-11-01
- provide is_strict setting to replace STRICTNESS
- provide has_version setting to disable that a module must always have a
version
- use perl decimal style semantic versioning because of bugs in EUMM with
vstring versions
v1.1.0 2011-08-14
- check if versions are strict
- provide STRICTNESS settings to decide what to do if they aren't strict
1.0.0 2011-07-01
- Change to Semantic Versioning
- Consider API Stable
- No real changes since version 0.11
0.11 2011-06-18
- correct the version of version.pm that we need to depend on. is_lax was
not properly exported until version 0.86
0.10 2011-06-08
- fix warning on bad api call #1
- make diagnostics human readable #1
- remove diagnostics from pod #1
- change return values #1
- improve tests #1
0.09 2011-06-07
- Test for FILE_NOT_DEFINED was not actually included in the last release.
Add it.
0.08 2011-06-04
- test NO_FILE and FILE_NOT_DEFINED
- document only use 0.04 or later
- fix 04-all.t test that compares the arrays
0.07 2011-05-29
- more documentation
- don't use diag for VERSION_OK status
0.06 2011-05-28
- update diag messages
- check that $file exists
- switch to Test::Tester exclusively
- fix 04-all.t from failing due to array order being random
0.05 2011-05-27
- switch to Test::Tester for some tests.
- update changelog for 0.04 due to leaving featurelist out
0.04 2011-05-26
- Release new codebase as a trial version
- Ability to iterate through a directory checking versions with
version_all_ok()
- validate versions with is_lax
0.03 2011-05-26
- Maintainership passed to Caleb Cushing <[email protected]>
- Deprecate "expected" parameter to version_ok
- Switch to Dist::Zilla for release management
0.02 2002-11-18
- removed rogue 'plan' statement in Version.pm,
which was causing test failure
0.01 2002-11-17
- original version; created by h2xs 1.21 with options
-AX Test::Version