Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Script-1.29-1.14 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Test-Script Distribution: openSUSE Tumbleweed
Version: 1.29 Vendor: openSUSE
Release: 1.14 Build date: Fri May 14 05:10:03 2021
Group: Unspecified Build host: reproducible
Size: 59384 Source RPM: perl-Test-Script-1.29-1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Test-Script
Summary: Basic cross-platform tests for scripts
The intent of this module is to provide a series of basic tests for 80% of
the testing you will need to do for scripts in the _script_ (or _bin_ as is
also commonly used) paths of your Perl distribution.

It also provides similar functions for testing programs that are not Perl
scripts.

Further, it aims to provide this functionality with perfect
platform-compatibility, and in a way that is as unobtrusive as possible.

That is, if the program works on a platform, then *Test::Script* should
always work on that platform as well. Anything less than 100% is considered
unacceptable.

In doing so, it is hoped that *Test::Script* can become a module that you
can safely make a dependency of all your modules, without risking that your
module won't on some platform because of the dependency.

Where a clash exists between wanting more functionality and maintaining
platform safety, this module will err on the side of platform safety.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri May 14 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 1.29
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.29      2021-05-13 09:17:30 -0600
    - Production release identical to 1.28_01 release.
    1.28_01   2021-05-10 10:12:22 -0600
    - Added script_fails and program_fails functions (brainbuz++ gh#34, gh#38)
* Thu Feb 18 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 1.27
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.27      2021-02-17 13:15:57 -0700
    - Documentation improvements (RRWO++ gh#31, gh#30)
* Mon Oct 28 2019 <timueller+perl@suse.de>
  - updated to 1.26
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.26      2019-10-25 21:22:03 -0700
    - Add program_runs and related functions for testing programs
      that do not run under Perl (gh#26, gh#27)
* Fri Sep 28 2018 Stephan Kulow <coolo@suse.com>
  - updated to 1.25
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.25      2018-09-27 15:33:19 -0400
    - Production release identical to 1.24_01 release.
    1.24_01   2018-09-24 12:38:07 -0400
    - Add interpreter_options to script_runs options
* Tue Jul 25 2017 coolo@suse.com
  - updated to 1.23
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.23      2017-07-18 03:12:24 -0400
    - Production release identical to 1.22_01 release.
    1.22_01   2017-07-14 07:21:00 -0400
    - Fix testing failures on Windows introduced in 1.21_01
    1.21_01   2017-07-13 13:37:09 -0400
    - Migrate to using Test2::V0 internally
* Fri Jul 14 2017 coolo@suse.com
  - updated to 1.20
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.20      2017-07-13 11:17:42 -0400
    - Production release identical to 1.19_08 release.
    1.19_08   2017-07-12 08:22:41 -0400
    - Diagnostic release
    1.19_07   2017-07-12 07:53:55 -0400
    - Diagnostic release
    1.19_06   2017-07-11 05:34:30 -0400
    - Diagnostic release
    1.19_05   2017-07-09 11:35:59 -0400
    - Diagnostic release
    1.19_04   2017-07-07 16:26:41 -0400
    - Add support for stdin option that was lost in the Capture::Tiny migration
    - Officially drop support for Perl 5.6 (support for 5.6 was already
      implicitly dropped when we migrated to Capture::Tiny).
    - A near term future version will also drop support for the old pre-Test2
      Test::Builder.
    1.19_03   2017-07-07 10:14:25 -0400
    - Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests
    1.19_02   2017-06-21 17:06:47 -0400
    - Identical to 1.19_01
    1.19_01   2017-05-01 06:12:01 -0400
    - Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
    - Minor documentation fixes (Paul Cochrane/PTC++)
* Fri Apr 14 2017 coolo@suse.com
  - updated to 1.18
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.18      2017-04-12 07:01:14 -0400
    - Production release identical to 1.17_02 release.
    1.17_02   2017-04-10 08:39:46 -0400
    - Use three argument open
    1.17_01   2017-04-10 06:51:38 -0400
    - Handle scripts with -T taint mode (gh#13)
* Sun Mar 05 2017 coolo@suse.com
  - updated to 1.16
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.16      2017-03-04 12:16:10 -0500
    - Stricter useage of plans.
* Tue Feb 14 2017 coolo@suse.com
  - updated to 1.15
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.15      2017-02-14 07:08:51 +1100
    - Fix bug where list reference arguments to script_compiles
      and script_runs are modified (gh#9)
* Fri Oct 14 2016 coolo@suse.com
  - updated to 1.14
    see /usr/share/doc/packages/perl-Test-Script/Changes
    1.14      2016-10-13 11:04:48 -0400
    - Fix a regex in a test that fails on recent versions of
      Test2 on Windows (possibly others) (gh#8)
    - One of the tests was unreasonably slow, so it does
      not get run for users, but will be used for development
      only
    - Remove warning condition that happens with at least some
      older versions of Perl when using quotemeta without
      parentheses (gh#7 Thanks Brendan Byrd)

Files

/usr/lib/perl5/vendor_perl/5.38.2/Test
/usr/lib/perl5/vendor_perl/5.38.2/Test/Script.pm
/usr/share/doc/packages/perl-Test-Script
/usr/share/doc/packages/perl-Test-Script/Changes
/usr/share/doc/packages/perl-Test-Script/README
/usr/share/doc/packages/perl-Test-Script/author.yml
/usr/share/licenses/perl-Test-Script
/usr/share/licenses/perl-Test-Script/LICENSE
/usr/share/man/man3/Test::Script.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024