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

perl-Test-Most-0.35-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: perl-Test-Most Distribution: openSUSE Leap 15.2
Version: 0.35 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 19:47:08 2019
Group: Development/Libraries/Perl Build host: cloud130
Size: 41551 Source RPM: perl-Test-Most-0.35-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-Most/
Summary: Most commonly needed test functions and features
Test::Most exists to reduce boilerplate and to make your testing life
easier. We provide "one stop shopping" for most commonly used testing
modules. In fact, we often require the latest versions so that you get bug
fixes through Test::Most and don't have to keep upgrading these modules
separately.

This module provides you with the most commonly used testing functions,
along with automatically turning on strict and warning and gives you a bit
more fine-grained control over your test suite.

    use Test::Most tests => 4, 'die';

    ok 1, 'Normal calls to ok() should succeed';
    is 2, 2, '... as should all passing tests';
    eq_or_diff [3], [4], '... but failing tests should die';
    ok 4, '... will never get to here';

As you can see, the 'eq_or_diff' test will fail. Because 'die' is in the
import list, the test program will halt at that point.

If you do not want strict and warnings enabled, you must explicitly disable
them. Thus, you must be explicit about what you want and no longer need to
worry about accidentally forgetting them.

    use Test::Most tests => 4;
    no strict;
    no warnings;

Provides

Requires

License

GPL-1.0+ or Artistic-1.0

Changelog

* Wed Jan 11 2017 coolo@suse.com
  - updated to 0.35
    see /usr/share/doc/packages/perl-Test-Most/Changes
    0.35    2016-08-11
    - Bump module deps due to Test2. Test2 is tested well enough that
      you're probably OK, but you'll want to retest your code with this
      release.
* Mon Apr 13 2015 coolo@suse.com
  - updated to 0.34
    see /usr/share/doc/packages/perl-Test-Most/Changes
    0.34    2014-08-03
    - Make compatible with the new Test::Builder (exodist - Chad Granum)
    - Backwards-incompatible change: reftype no longer exported by
      default. See https://github.com/Ovid/test--most/issues/6 (reported
      by rjattril). This should not be noticed by most users
      (crosses-fingers).
    - defer_plan() has long been deprecated and will be removed in a
      future release. This release carp()s if you try to call it.
* Sat Mar 22 2014 coolo@suse.com
  - updated to 0.33
    - Fixed "(in cleanup) Can't use an undefined value as a subroutine
      reference" error.
    - Remove Build.PL.
* Tue Jun 04 2013 coolo@suse.com
  - updated to 0.31
    - Fix "You tried to plan twice" bug (reported on #78564)
    - Bugfix: Moose can now be used safely as we exclude
      Test::Deep::blessed by default (multiple reports)
    - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
    - carp instead of warn (Olivier Mengué)
    - Remove autogenerated files (Olivier Mengué)
* Tue Dec 27 2011 coolo@suse.com
  - update to 0.25
    - Add timeit() function to time individual behaviours.
    - Update dependencies to pick up multiple bug fixes, new behaviours,
      in various Test:: libraries.
    - added "Excluding Test Symbols" feature (RT#61146, Karen Etheridge).
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Sun Aug 22 2010 pascal.bleser@opensuse.org
  - initial package (0.22)

Files

/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Most
/usr/lib/perl5/vendor_perl/5.26.1/Test/Most.pm
/usr/lib/perl5/vendor_perl/5.26.1/Test/Most/Exception.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Most
/usr/share/doc/packages/perl-Test-Most/Changes
/usr/share/doc/packages/perl-Test-Most/README
/usr/share/man/man3/Test::Most.3pm.gz
/usr/share/man/man3/Test::Most::Exception.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024