8
0

- update to 0.98:

+ subtest() should not fail if $? is non-zero.
  + The behavior of is() and undef has been documented.
  + Adapted the tests for the new Perl 5.14 regex stringification.
  + The filehandles used by default will now inherit any filehandle
    disciplines from STDOUT and STDERR IF AND ONLY IF they were applied
    before Test::Builder is loaded.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Simple?expand=0&rev=10
This commit is contained in:
Lars Vogdt
2011-02-23 08:42:56 +00:00
committed by Git OBS Bridge
parent e8151cb9d2
commit a8b58de6cd
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 23 08:28:21 UTC 2011 - lars@linux-schulserver.de
- update to 0.98:
+ subtest() should not fail if $? is non-zero.
+ The behavior of is() and undef has been documented.
+ Adapted the tests for the new Perl 5.14 regex stringification.
+ The filehandles used by default will now inherit any filehandle
disciplines from STDOUT and STDERR IF AND ONLY IF they were applied
before Test::Builder is loaded.
-------------------------------------------------------------------
Tue Nov 30 14:20:28 UTC 2010 - coolo@novell.com