File perl-Test-Simple.changes of Package perl-Test-Simple
1
-------------------------------------------------------------------
2
Mon Mar 24 21:12:41 UTC 2014 - lars@linux-schulserver.de
3
4
- update to 1.001003:
5
+ Doc updates for maintainer change
6
7
-------------------------------------------------------------------
8
Tue Dec 10 06:33:29 UTC 2013 - coolo@suse.com
9
10
- updated to 1.001002
11
* restore ability to use regex with test_err and test_out
12
(Zefram) [rt.cpan.org #89655] [github #389] [github #387]
13
14
Bug Fixes
15
* Fix precedence error with (return ... and ...)
16
(nthykier) [github #385]
17
18
Doc Changes
19
* Add a shorter work around for the UTF-8 output problem.
20
(Michael G Schwern)
21
22
Bug Fixes
23
* Test::Builder::Tester now works with subtests.
24
(Michael G Schwern) [github 350]
25
* Fix test_fail() inside a do statement.
26
(nnutter) [github #369]
27
28
New Features
29
* A subtest will put its name at the front of its results to make
30
subtests easier to read. [github #290] [github #364]
31
(Brendan Byrd)
32
33
Feature Changes
34
* like() and unlike() no longer warn about undef. [github #335]
35
(Michael G Schwern)
36
37
-------------------------------------------------------------------
38
Fri Nov 18 11:10:18 UTC 2011 - coolo@suse.com
39
40
- use original .tar.gz
41
42
-------------------------------------------------------------------
43
Wed Feb 23 08:28:21 UTC 2011 - lars@linux-schulserver.de
44
45
- update to 0.98:
46
+ subtest() should not fail if $? is non-zero.
47
+ The behavior of is() and undef has been documented.
48
+ Adapted the tests for the new Perl 5.14 regex stringification.
49
+ The filehandles used by default will now inherit any filehandle
50
disciplines from STDOUT and STDERR IF AND ONLY IF they were applied
51
before Test::Builder is loaded.
52
- also package the examples in docdir
53
54
-------------------------------------------------------------------
55
Tue Nov 30 14:20:28 UTC 2010 - coolo@novell.com
56
57
- buildrequire perl-devel on fedora
58
59
-------------------------------------------------------------------
60
Thu Sep 9 14:00:25 UTC 2010 - chris@computersalat.de
61
62
- recreated by cpanspec 1.78
63
- noarch pkg
64
- bzipped Source
65
- added bcond_with pod
66
- fixed deps
67
o Removed: Prov perl-Test-More, perl-Test-Builder
68
o fixed dep for *Pod*
69
70
-------------------------------------------------------------------
71
Fri Aug 27 00:55:22 UTC 2010 - pascal.bleser@opensuse.org
72
73
- update to 0.96
74
* You can call done_testing() again after reset() [googlecode 59]
75
76
-------------------------------------------------------------------
77
Mon Jul 5 23:16:14 UTC 2010 - jw@novell.com
78
79
- looong time no updated. 0.88 is needed for CPANPLUS packages.
80
Let's fast forward this one.
81
- Update to 0.95_02
82
See http://cpansearch.perl.org/src/MSCHWERN/Test-Simple-0.95_02/Changes
83
84
-------------------------------------------------------------------
85
Tue Feb 12 15:22:53 CET 2008 - lars@linux-schulserver.de
86
87
- Update to 0.74
88
+ Add abstract and author to the meta information.
89
+ Put the use_ok() fix from 0.71 back.
90
+ Fixed an obscure problem with is_deeply() and overloading ==
91
[rt.cpan.org 20768]. Thanks Sisyphus.
92
+ Removed dependency on Text::Soundex [rt.cpan.org 25022]
93
+ Fixed a 5.5.x failure in fail-more.t
94
+ Got rid of the annoying sort_bug.t test that revealed problems with some
95
threaded perls. It was testing the deprecated eq_* functions and not
96
worth the bother. Now it tests is_deeply(). [rt.cpan.org 17791]
97
+ Minor POD mistake in Test::Builder [rt.cpan.org 28869]
98
+ Test::FAQ has been updated with some more answers.
99
+ Fixed the "LICENSE is not a known MakeMaker parameter name" warning
100
on older MakeMakers for real this time.
101
102
-------------------------------------------------------------------
103
Tue Jul 24 12:05:05 CEST 2007 - lars@linux-schulserver.de
104
105
- initial version 0.70
106
107