8
0

- updated to 1.001002

* restore ability to use regex with test_err and test_out
      (Zefram) [rt.cpan.org #89655] [github #389] [github #387]
    Bug Fixes
    * Fix precedence error with (return ... and ...)
      (nthykier) [github #385]
    Doc Changes
    * Add a shorter work around for the UTF-8 output problem.
      (Michael G Schwern)
    Bug Fixes
    * Test::Builder::Tester now works with subtests.
      (Michael G Schwern) [github 350]
    * Fix test_fail() inside a do statement.
      (nnutter) [github #369]
    New Features
    * A subtest will put its name at the front of its results to make
      subtests easier to read. [github #290] [github #364]
      (Brendan Byrd)
    Feature Changes
    * like() and unlike() no longer warn about undef. [github #335]
      (Michael G Schwern)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Simple?expand=0&rev=23
This commit is contained in:
Stephan Kulow
2013-12-10 06:35:36 +00:00
committed by Git OBS Bridge
parent 77b32ca1fb
commit 0d7984a858
4 changed files with 112 additions and 31 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Dec 10 06:33:29 UTC 2013 - coolo@suse.com
- updated to 1.001002
* restore ability to use regex with test_err and test_out
(Zefram) [rt.cpan.org #89655] [github #389] [github #387]
Bug Fixes
* Fix precedence error with (return ... and ...)
(nthykier) [github #385]
Doc Changes
* Add a shorter work around for the UTF-8 output problem.
(Michael G Schwern)
Bug Fixes
* Test::Builder::Tester now works with subtests.
(Michael G Schwern) [github 350]
* Fix test_fail() inside a do statement.
(nnutter) [github #369]
New Features
* A subtest will put its name at the front of its results to make
subtests easier to read. [github #290] [github #364]
(Brendan Byrd)
Feature Changes
* like() and unlike() no longer warn about undef. [github #335]
(Michael G Schwern)
-------------------------------------------------------------------
Fri Nov 18 11:10:18 UTC 2011 - coolo@suse.com