Name: | rh-perl526-perl-Test-Simple |
---|---|
Epoch: | 1 |
Version: | 1.302120 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1184028 |
License: | (GPL+ or Artistic) and CC0 and Public Domain |
RPM: | rh-perl526-perl-Test-Simple-1.302120-2.el7.noarch.rpm |
Source RPM: | rh-perl526-perl-Test-Simple-1.302120-2.el7.src.rpm |
Build Date: | Mon Oct 29 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/Test-Simple |
Summary: | Basic utilities for writing tests |
Description: | This package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple. |
- SCL
- Update to 1.302120 - Fix IPC reload bug
- Update to 1.302118 - Added pre-subtest hook to Test2::API (GH#801) - ipc_wait now reports exit and signal values - Add better interface for ipc_wait - Fix event Out of Order bug - Add driver_abort() hook for IPC Drivers
- Update to 1.302113 - Fix test on threaded 5.8 - Fix SIGPIPE in IPC test - Mark t/Test2/regression/gh_16.t as usually AUTHOR_TESTING only
- Update to 1.302111 - Fix some fragile tests - Apply p5p test patch from Craig A. Berry - Allow regexp in Test::Tester
- Update to 1.302106 - Combine multiple diags into one event - Make version number in HashBase sane
- Update to 1.302103 - Fix some TODO edge cases that were not previously accounted for
- Update to 1.302101 - Bump Test::Builder::IO::Scalar version for core
- Update to 1.302100 - Fix run_subtest inherit_trace option
- Update to 1.302098 - Add docs for test2_stdout and test2_stderr - Fix 5.6 support