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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f1f857780f7c6aa02f84345afde09547dfa30a5b6e10c708ce44a0ecb7e4574
size 84974

3
Test-Simple-0.98.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55f9e8ea5e7673e02704a257beeef8f9105563ee302be93d9692b2e82e9daae0
size 85673

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

View File

@@ -22,7 +22,7 @@
Name: perl-Test-Simple
%define cpan_name Test-Simple
Summary: Basic utilities for writing tests
Version: 0.96
Version: 0.98
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl