File: Changes

package info (click to toggle)
libtest-module-used-perl 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 248 kB
  • sloc: perl: 669; makefile: 2
file content (109 lines) | stat: -rwxr-xr-x 2,402 bytes parent folder | download | duplicates (3)
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
0.2.6 2014-11-22T14:12:23Z

    - repackage(no internal change)

0.2.5 2014-11-19T11:28:17Z

    - migrate to Minilla
    - fix: RT#100270 for Test-Module-Used: Test::More alphas break this. 

0.2.4
    - fix: RT#81553 Test failures due to hash randomisation in perl 5.17.6 (thanks ANDK)

0.2.3
    - fix: tests are failed when using newer Parse::CPAN::Meta.
0.2.2
    - version++
    - update year in copyright
    (no other changes from 0.2.1_04)
0.2.1_04
    - add tests
    - refactorings
0.2.1_03
	- implement used_ok() and requires_ok()

0.2.1_02
	- fix: forget to use Carp

0.2.1_01
	- META.json support
0.2.0
    - add AuthorRequires
    - uniquify module lists

0.1.9
    - fix: modules used in test_lib_dir are ignored.(RT#54187)
    - ChangeLog format change(Because ShipIt doesn't support previous format)

0.1.8
	- remove executable permission in Makefile.PL


0.1.7
	- add repository in Makefile.PL
	(merge from git://github.com/cpanservice/Test-Module-Used.git)

0.1.6
	- fix: add copyright information(for RT#53290)


0.1.5
	- fix: insufficient version of version.pm specified.


0.1.4
	- improve error messages when test fails.

0.1.3_02
	- fix: POD structure(chaptering) is insufficient.


0.1.3_01
    - deprecated parameters are deleted
    - read perl version from META.yml and NOT from *.pm

0.1.2
	- add parameter 'test_lib_dir' in constructor
      and automatically push exclude_in_testdir to modules which are in
      test_lib_dir.

0.1.1
	- fix: failed if package statement doesn't exist in *.pm file.

0.1.0
	- fix: fix again test failed in windows environment
      remove all slash directory separator, and instead of using catfile().

0.0.9
	- fix: test failed in windows environment

0.0.8
	- implement push_exclude_in_{test,module}dir(), it enables
      set exclude_in_{test,module}dir after new()

0.0.7
	- fix: bugs in version fetching from file.

0.0.6
	- refactoring methods and some optimization
       find bug in handling core module

0.0.5
    - fix: test faild in windows environment

0.0.4
    - found bug in ok(module_requires exclude)
      add build_requires and requires exclusion in constructor

0.0.3
    - add ChangeLog and README
    - describe about perl_version
    - bug fix (failed when test is empty)
    - parse perlversion using Perl::MinimumVersion

0.0.2
    - fix insufficient index(set no_index to testdata)

0.0.1
    - initial release